summaryrefslogtreecommitdiffstats
path: root/bluetooth-manager.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
commitd074104294bf19d9bda3ddd6ddb110d3563472a7 (patch)
tree6f9ec2b63bbbd454a9da90ee27ba20b4423031b0 /bluetooth-manager.h
parent8ee62398d467a4031a4307199687812f5105e500 (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 'bluetooth-manager.h')
-rw-r--r--bluetooth-manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bluetooth-manager.h b/bluetooth-manager.h
index e05fcb1..b11b11d 100644
--- a/bluetooth-manager.h
+++ b/bluetooth-manager.h
@@ -147,6 +147,7 @@ struct btd_device {
gboolean connected;
gboolean avconnected;
gboolean hfpconnected;
+ GList *uuids;
};
typedef struct {