diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2011-09-15 16:31:43 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2011-09-16 11:33:06 +0300 |
commit | 6be26a3f016807c7d4dd08aae67e3455d5b7e99f (patch) | |
tree | 6d45e692a0722eb8d9ab373907511269479391b9 /src/storage.h | |
parent | 6a6da5de107e192f62ce2ecdde96eae985181df0 (diff) | |
download | bluez-6be26a3f016807c7d4dd08aae67e3455d5b7e99f.tar.gz bluez-6be26a3f016807c7d4dd08aae67e3455d5b7e99f.tar.xz bluez-6be26a3f016807c7d4dd08aae67e3455d5b7e99f.zip |
Remove storing device type
Device type doesn't need to be stored since GATT services information
exported through basic rate can be retrieved from the SDP records.
Device "type" is also a wrong expression to represent the operation
mode: over which transport GATT service is being exported.
Diffstat (limited to 'src/storage.h')
-rw-r--r-- | src/storage.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/storage.h b/src/storage.h index bb64727c..7340ff73 100644 --- a/src/storage.h +++ b/src/storage.h @@ -84,9 +84,6 @@ char *read_device_characteristics(const bdaddr_t *sba, const bdaddr_t *dba, int write_device_attribute(const bdaddr_t *sba, const bdaddr_t *dba, uint16_t handle, const char *chars); int read_device_attributes(const bdaddr_t *sba, textfile_cb func, void *data); -int write_device_type(const bdaddr_t *sba, const bdaddr_t *dba, - device_type_t type); -device_type_t read_device_type(const bdaddr_t *sba, const bdaddr_t *dba); #define PNP_UUID "00001200-0000-1000-8000-00805f9b34fb" |