summaryrefslogtreecommitdiff
path: root/android/hal.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2013-10-22 14:46:13 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-22 16:17:26 +0300
commit5258fa30a4ee03819f33435f7ddc25e02ce3dd2a (patch)
tree76867da0cb1bb907c24b9b6ceadd64242d3aaa04 /android/hal.h
parent5f4a871d84f15d8365225da182f9b21a434b0dc5 (diff)
downloadbluez-5258fa30a4ee03819f33435f7ddc25e02ce3dd2a.tar.gz
android/hal: Add initial support for handling adapter notifications
Only adapter state callback is handled for now.
Diffstat (limited to 'android/hal.h')
-rw-r--r--android/hal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/hal.h b/android/hal.h
index e3c412256..ef9a10730 100644
--- a/android/hal.h
+++ b/android/hal.h
@@ -25,3 +25,5 @@ btsock_interface_t *bt_get_sock_interface(void);
bthh_interface_t *bt_get_hidhost_interface(void);
btpan_interface_t *bt_get_pan_interface(void);
btav_interface_t *bt_get_av_interface(void);
+
+void bt_notify_adapter(uint16_t opcode, void *buf, uint16_t len);