summaryrefslogtreecommitdiff
path: root/src/device.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-04-15 13:04:16 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-04-17 14:15:48 +0300
commitb7caed7b06243724a3fdcaea392f1758e694f268 (patch)
tree8709b076ec8b888af9e195af3b457cdd7929ecba /src/device.h
parent3004552cd0433bfeaf40e403f5e2ce6993a0a3bd (diff)
downloadbluez-b7caed7b06243724a3fdcaea392f1758e694f268.tar.gz
core: Add implementation of ServiceData
This adds 'ServiceData' property to Device interface.
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device.h b/src/device.h
index 1378d0f3b..b91916d89 100644
--- a/src/device.h
+++ b/src/device.h
@@ -76,6 +76,7 @@ bool device_attach_att(struct btd_device *dev, GIOChannel *io);
void btd_device_add_uuid(struct btd_device *device, const char *uuid);
void device_add_eir_uuids(struct btd_device *dev, GSList *uuids);
void device_set_manufacturer_data(struct btd_device *dev, GSList *list);
+void device_set_service_data(struct btd_device *dev, GSList *list);
void device_probe_profile(gpointer a, gpointer b);
void device_remove_profile(gpointer a, gpointer b);
struct btd_adapter *device_get_adapter(struct btd_device *device);