From 6be26a3f016807c7d4dd08aae67e3455d5b7e99f Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Thu, 15 Sep 2011 16:31:43 -0300 Subject: 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. --- src/storage.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/storage.h') 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" -- cgit v1.2.3