summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-11-06 10:32:04 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-11-06 12:31:31 +0100
commitf87676bc4540c783acfdb5fefe2d8d877b422c4f (patch)
treead0a3f20026de9a78e6793b55ea4993e54c272ec /android/hal-msg.h
parent7abcd024882301eb02ff4808edd68e1039d7e589 (diff)
downloadbluez-f87676bc4540c783acfdb5fefe2d8d877b422c4f.tar.gz
android/handsfree: Add support for new API for cnum_cmd_cb
CNUM 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 24780f5d8..2650d361a 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1400,6 +1400,9 @@ struct hal_ev_handsfree_chld {
} __attribute__((packed));
#define HAL_EV_HANDSFREE_CNUM 0x8B
+struct hal_ev_handsfree_cnum {
+ uint8_t bdaddr[6];
+} __attribute__((packed));
#define HAL_EV_HANDSFREE_CIND 0x8C