summaryrefslogtreecommitdiff
path: root/android/hal.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2013-11-19 15:02:40 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-11-19 16:42:02 +0200
commit8fd569476b9dc1ea7a00bf7d6337a14a6d7bc9ea (patch)
tree6e364cb8dd8efbbdfc4682440f52d18077c3c2a6 /android/hal.h
parenta54c1e9259f1e951ec02ce5f1909d4a3eb17e58b (diff)
downloadbluez-8fd569476b9dc1ea7a00bf7d6337a14a6d7bc9ea.tar.gz
android/hal-pan: 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 58426a9d3..6bd4c5af2 100644
--- a/android/hal.h
+++ b/android/hal.h
@@ -29,4 +29,3 @@ btav_interface_t *bt_get_a2dp_interface(void);
void bt_thread_associate(void);
void bt_thread_disassociate(void);
void bt_notify_a2dp(uint8_t opcode, void *buf, uint16_t len);
-void bt_notify_pan(uint8_t opcode, void *buf, uint16_t len);