summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-11-06 10:32:05 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-11-06 12:31:32 +0100
commit9ad873ef43ceaddde1fb2779e974d131e0732d1a (patch)
treee0f7bcc0413656fd6cf1755dba2a76bc54026e65 /android/hal-msg.h
parentf87676bc4540c783acfdb5fefe2d8d877b422c4f (diff)
downloadbluez-9ad873ef43ceaddde1fb2779e974d131e0732d1a.tar.gz
android/handsfree: Add support for new API for cind_cmd_cb
CIND Command notification callback has new parameter bdaddr. Currently use global device 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 2650d361a..86a79c7e9 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1405,6 +1405,9 @@ struct hal_ev_handsfree_cnum {
} __attribute__((packed));
#define HAL_EV_HANDSFREE_CIND 0x8C
+struct hal_ev_handsfree_cind {
+ uint8_t bdaddr[6];
+} __attribute__((packed));
#define HAL_EV_HANDSFREE_COPS 0x8D