diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-06-06 20:01:16 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-06-07 13:41:18 -0700 |
commit | cd1eab1f790e3b7cda86dd28ae658d7bbe5a7894 (patch) | |
tree | df849f7393ccaf34ec479a177cf74350288ed72c /binding-bluetooth/bluetooth-api.h | |
parent | 950280341c4bf12b1f85ab730a061f7a9c893a92 (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/bluetooth-api.h')
-rw-r--r-- | binding-bluetooth/bluetooth-api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binding-bluetooth/bluetooth-api.h b/binding-bluetooth/bluetooth-api.h index 4223ae0..b1dbd45 100644 --- a/binding-bluetooth/bluetooth-api.h +++ b/binding-bluetooth/bluetooth-api.h @@ -40,6 +40,7 @@ #define BD_AVRCP_POSITION LEFT_SHIFT(16) #define BD_TRANSPORT_STATE LEFT_SHIFT(17) #define BD_TRANSPORT_VOLUME LEFT_SHIFT(18) +#define BD_UUID_PROFILES LEFT_SHIFT(19) /* -------------- PLUGIN DEFINITIONS ----------------- */ |