summaryrefslogtreecommitdiff
path: root/android/hal.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2013-11-19 15:02:38 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-11-19 16:42:01 +0200
commitc58070eb1edba3ffd29af00f34a36af2c1bd14fe (patch)
tree19a95b36a99808fc86ff98bbc25278fecabaca32 /android/hal.h
parentd7f2a7916fc987fa4c54b295ba77f70a08aa699c (diff)
downloadbluez-c58070eb1edba3ffd29af00f34a36af2c1bd14fe.tar.gz
android/hal-bluetooth: Register IPC message handlers
Register handlers on service init. Since this requires all handlers to be registered (unknown opcode is considered IPC error) missing handlers stubs are provided.
Diffstat (limited to 'android/hal.h')
-rw-r--r--android/hal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/hal.h b/android/hal.h
index 72090fe57..67dad5de2 100644
--- a/android/hal.h
+++ b/android/hal.h
@@ -26,7 +26,6 @@ bthh_interface_t *bt_get_hidhost_interface(void);
btpan_interface_t *bt_get_pan_interface(void);
btav_interface_t *bt_get_a2dp_interface(void);
-void bt_notify_adapter(uint8_t opcode, void *buf, uint16_t len);
void bt_thread_associate(void);
void bt_thread_disassociate(void);
void bt_notify_hidhost(uint8_t opcode, void *buf, uint16_t len);