summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-11-06 10:32:00 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-11-06 12:31:31 +0100
commitea3e91cf13da8f5e716534aa01c88b47e9443839 (patch)
tree29da67af91ba224ec9b087274f684a3b1528cc47 /android/hal-msg.h
parent2ce0bb3c23e65e8a2dd910b517a94dc0c7da00c5 (diff)
downloadbluez-ea3e91cf13da8f5e716534aa01c88b47e9443839.tar.gz
android/handsfree: Add support for new API for dial_call_cmd_cb
Dial Call 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 889b45e40..a1cfff13c 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1368,6 +1368,7 @@ struct hal_ev_handsfree_volume {
#define HAL_EV_HANDSFREE_DIAL 0x87
struct hal_ev_handsfree_dial {
+ uint8_t bdaddr[6];
uint16_t number_len;
uint8_t number[0];
} __attribute__((packed));