summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack He <siyuanh@google.com>2017-05-24 20:45:44 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-24 20:45:44 +0000
commit1495e0996ed87dfebce748276c493fcb0f66d05a (patch)
treec17eab13c511ce1c93a86a037832e42833cbed74
parentddd71ffa6ed025befbdc42ab8063481d4f8d9364 (diff)
parentd7d66b117d71bbe6089dc39330f2304a3126c65e (diff)
downloadlibhardware-1495e0996ed87dfebce748276c493fcb0f66d05a.tar.gz
Merge "MCAP: Add test interface ID (1/2)" am: 9dbf14a312
am: d7d66b117d Change-Id: Id8043bbd5e7e91c17cff53adcb44340fed338313
-rw-r--r--include/hardware/bluetooth.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h
index b706e8ad..6e287e6d 100644
--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -35,7 +35,7 @@ __BEGIN_DECLS
#define BT_STACK_TEST_MODULE_ID "bluetooth_test"
-/* Bluetooth profile interface IDs */
+/** Bluetooth profile interface IDs */
#define BT_PROFILE_HANDSFREE_ID "handsfree"
#define BT_PROFILE_HANDSFREE_CLIENT_ID "handsfree_client"
@@ -52,6 +52,9 @@ __BEGIN_DECLS
#define BT_PROFILE_AV_RC_ID "avrcp"
#define BT_PROFILE_AV_RC_CTRL_ID "avrcp_ctrl"
+/** Bluetooth test interface IDs */
+#define BT_TEST_INTERFACE_MCAP_ID "mcap_test"
+
/** Bluetooth Address */
typedef struct {
uint8_t address[6];