summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-11-06 10:32:01 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-11-06 12:31:31 +0100
commit8343735754c098f04c0d81ff4254013f5521956f (patch)
tree71a320f7176a83f6868869f6a49d7b09203d714c /android/hal-msg.h
parentea3e91cf13da8f5e716534aa01c88b47e9443839 (diff)
downloadbluez-8343735754c098f04c0d81ff4254013f5521956f.tar.gz
android/handsfree: Add support for new API for handle_dtmf
DTMF 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 a1cfff13c..00e66e2d8 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1376,6 +1376,7 @@ struct hal_ev_handsfree_dial {
#define HAL_EV_HANDSFREE_DTMF 0x88
struct hal_ev_handsfree_dtmf {
uint8_t tone;
+ uint8_t bdaddr[6];
} __attribute__((packed));
#define HAL_HANDSFREE_NREC_STOP 0x00