summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-11-06 10:31:56 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-11-06 12:31:31 +0100
commit0473ce49b10a3625d83735fbe3c3aa38f2bbc7fd (patch)
tree40253258933df966f352e5101b6d1190e21da7a9 /android/hal-msg.h
parent3abafb415e2bf6ef4ce780e168c071ed0ec56c7f (diff)
downloadbluez-0473ce49b10a3625d83735fbe3c3aa38f2bbc7fd.tar.gz
android/handsfree: Add support for new API for vr_cmd_cb
Voice Recognition Command notification callback has new parameter bdaddr.
Diffstat (limited to 'android/hal-msg.h')
-rw-r--r--android/hal-msg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/hal-msg.h b/android/hal-msg.h
index 9b089667b..4ea30dac4 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1346,6 +1346,7 @@ struct hal_ev_handsfree_audio_state {
#define HAL_EV_HANDSFREE_VR 0x83
struct hal_ev_handsfree_vr_state {
uint8_t state;
+ uint8_t bdaddr[6];
} __attribute__((packed));
#define HAL_EV_HANDSFREE_ANSWER 0x84