summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-28 07:25:20 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-28 07:25:20 +0000
commit9fac6e907f4ba1198eb73a06b1a7dcda5c3ee0f3 (patch)
treebf0134af9e36c1d8565617a208fe4a555564b7cd
parentd9b1b2197f3b8cf8a3a5e9f6bec636824324a3fa (diff)
parent5aa83c0c094a26e2a51baac56534d2f29cee4d34 (diff)
downloadlibhardware-9fac6e907f4ba1198eb73a06b1a7dcda5c3ee0f3.tar.gz
release-request-fca2b5ac-03eb-4055-a549-b4fc2b292b64-for-git_oc-release-4049993 snap-temp-L04900000068539456
Change-Id: Id59ba43e9e7334e7db518533ce8ecdadcb3d1f82
-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];