summaryrefslogtreecommitdiff
path: root/android/hal.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2013-11-19 15:02:39 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-11-19 16:42:01 +0200
commita54c1e9259f1e951ec02ce5f1909d4a3eb17e58b (patch)
treeac60c9b58a78665ef7a5db8b522b187da2ec5625 /android/hal.h
parentc58070eb1edba3ffd29af00f34a36af2c1bd14fe (diff)
downloadbluez-a54c1e9259f1e951ec02ce5f1909d4a3eb17e58b.tar.gz
android/hal-hidhost: Use generic IPC message handling for events
Register handlers on service init and unregister on cleanup.
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 67dad5de2..58426a9d3 100644
--- a/android/hal.h
+++ b/android/hal.h
@@ -28,6 +28,5 @@ btav_interface_t *bt_get_a2dp_interface(void);
void bt_thread_associate(void);
void bt_thread_disassociate(void);
-void bt_notify_hidhost(uint8_t opcode, void *buf, uint16_t len);
void bt_notify_a2dp(uint8_t opcode, void *buf, uint16_t len);
void bt_notify_pan(uint8_t opcode, void *buf, uint16_t len);