summaryrefslogtreecommitdiffstats
path: root/binding-bluetooth/bluez-client.h
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-06-06 20:01:16 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-06-07 13:41:18 -0700
commitcd1eab1f790e3b7cda86dd28ae658d7bbe5a7894 (patch)
treedf849f7393ccaf34ec479a177cf74350288ed72c /binding-bluetooth/bluez-client.h
parent950280341c4bf12b1f85ab730a061f7a9c893a92 (diff)
binding: bluetooth: available BT UUID profiles reporting
Since selection connect/disconnect can be done to a certain BT UUID profiles the available ones need to be listed to subscribers. Change-Id: I4497838ef2f9dd5e6fc40f1364a8b5f165a1831d Bug-AGL: SPEC-638 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding-bluetooth/bluez-client.h')
-rw-r--r--binding-bluetooth/bluez-client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binding-bluetooth/bluez-client.h b/binding-bluetooth/bluez-client.h
index 64ee9ad..17f82f0 100644
--- a/binding-bluetooth/bluez-client.h
+++ b/binding-bluetooth/bluez-client.h
@@ -39,7 +39,7 @@ struct bt_device {
gboolean avconnected;
gboolean legacypairing;
gint16 rssi;
- GVariant *uuids;
+ GList *uuids;
};
typedef struct {