summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-11-06 10:32:06 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-11-06 12:31:32 +0100
commit30672580a11559077d005fb8a15ff35a7e036489 (patch)
tree7b41c9a6699fd4e03a85901bf15ef4a4b475a4ae /android/hal-msg.h
parent9ad873ef43ceaddde1fb2779e974d131e0732d1a (diff)
downloadbluez-30672580a11559077d005fb8a15ff35a7e036489.tar.gz
android/handsfree: Add support for new API for cops_cmd_cb
COPS Command notification callback has new parameter bdaddr.
Diffstat (limited to 'android/hal-msg.h')
-rw-r--r--android/hal-msg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/hal-msg.h b/android/hal-msg.h
index 86a79c7e9..5793a5bc1 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1410,6 +1410,9 @@ struct hal_ev_handsfree_cind {
} __attribute__((packed));
#define HAL_EV_HANDSFREE_COPS 0x8D
+struct hal_ev_handsfree_cops {
+ uint8_t bdaddr[6];
+} __attribute__((packed));
#define HAL_EV_HANDSFREE_CLCC 0x8E