This makes it clearer that this (currently unused) function should only be used with LE devices. --- src/device.c | 2 +- src/device.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/device.c b/src/device.c index 89df161..c76fb2b 100644 --- a/src/device.c +++ b/src/device.c @@ -3120,7 +3120,7 @@ static void att_success_cb(gpointer user_data) g_slist_foreach(device->attios, attio_connected, device->attrib); } -GIOChannel *device_att_connect(struct btd_device *dev) +GIOChannel *device_connect_le(struct btd_device *dev) { struct btd_adapter *adapter = dev->adapter; struct att_callbacks *attcb; diff --git a/src/device.h b/src/device.h index 5438b0d..a86fd59 100644 --- a/src/device.h +++ b/src/device.h @@ -109,7 +109,7 @@ int device_unblock(struct btd_device *device, gboolean silent, void btd_device_set_pnpid(struct btd_device *device, uint16_t source, uint16_t vendor, uint16_t product, uint16_t version); -GIOChannel *device_att_connect(struct btd_device *dev); +GIOChannel *device_connect_le(struct btd_device *dev); struct btd_profile; -- 1.8.1.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html