summaryrefslogtreecommitdiff
path: root/src/device.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-05-15 15:34:30 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2014-05-15 15:34:30 +0300
commit625fe7d94c020f5ce8684a702cabde63ee30688c (patch)
tree105716f95cceef407e7330e35a4173a4ce0f4b11 /src/device.h
parent986c3d2b1ae181f02782d70b2b03da3b1139ce46 (diff)
downloadbluez-625fe7d94c020f5ce8684a702cabde63ee30688c.tar.gz
core: Fix device_set_bredr_support to update storage if necessary
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.h b/src/device.h
index 8cb69803d..9c5e4fd51 100644
--- a/src/device.h
+++ b/src/device.h
@@ -40,7 +40,7 @@ bool device_name_known(struct btd_device *device);
void device_set_class(struct btd_device *device, uint32_t class);
void device_update_addr(struct btd_device *device, const bdaddr_t *bdaddr,
uint8_t bdaddr_type);
-void device_set_bredr_support(struct btd_device *device, bool bredr);
+void device_set_bredr_support(struct btd_device *device);
void device_update_last_seen(struct btd_device *device, uint8_t bdaddr_type);
void device_merge_duplicate(struct btd_device *dev, struct btd_device *dup);
uint32_t btd_device_get_class(struct btd_device *device);