summaryrefslogtreecommitdiff
path: root/src/device.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-09-10 22:13:07 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-09-10 22:26:52 -0700
commit001e986975852129d002c3fa71b6a269d5907a97 (patch)
tree54c607c84e78b03d1b4bfbabe9f72771fd7bead8 /src/device.h
parent836139b6600b47c00268c9b0960e3ed1bd3b66c4 (diff)
downloadbluez-001e986975852129d002c3fa71b6a269d5907a97.tar.gz
core: Remove not used device_set_conn_param function
This function is not used since connection parameters are stored from adapter.c. Also remove no longer needed members from struct btd_device.
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/device.h b/src/device.h
index 59db52c92..2e0473ef9 100644
--- a/src/device.h
+++ b/src/device.h
@@ -43,9 +43,6 @@ void device_update_addr(struct btd_device *device, const bdaddr_t *bdaddr,
void device_set_bredr_support(struct btd_device *device);
void device_set_le_support(struct btd_device *device, uint8_t bdaddr_type);
void device_update_last_seen(struct btd_device *device, uint8_t bdaddr_type);
-void device_set_conn_param(struct btd_device *dev, uint16_t min_interval,
- uint16_t max_interval, uint16_t latency,
- uint16_t timeout);
void device_merge_duplicate(struct btd_device *dev, struct btd_device *dup);
uint32_t btd_device_get_class(struct btd_device *device);
uint16_t btd_device_get_vendor(struct btd_device *device);