summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-11-06 10:32:03 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-11-06 12:31:31 +0100
commit7abcd024882301eb02ff4808edd68e1039d7e589 (patch)
tree196f4f5ac0614dc07620a04d8940ca06d12566b4 /android/hal-msg.h
parente753d1c5f4bc217d823a6a6e296676a067f7f5f7 (diff)
downloadbluez-7abcd024882301eb02ff4808edd68e1039d7e589.tar.gz
android/handsfree: Add support for new API for chld_cmd_cb
CHLD 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 321f193bc..24780f5d8 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1396,6 +1396,7 @@ struct hal_ev_handsfree_nrec {
#define HAL_EV_HANDSFREE_CHLD 0x8A
struct hal_ev_handsfree_chld {
uint8_t chld;
+ uint8_t bdaddr[6];
} __attribute__((packed));
#define HAL_EV_HANDSFREE_CNUM 0x8B