From d074104294bf19d9bda3ddd6ddb110d3563472a7 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 6 Jun 2017 20:01:16 -0700 Subject: 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 --- bluetooth-api.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bluetooth-api.h') diff --git a/bluetooth-api.h b/bluetooth-api.h index 4223ae0..b1dbd45 100644 --- a/bluetooth-api.h +++ b/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 ----------------- */ -- cgit 1.2.3-korg