summaryrefslogtreecommitdiff
path: root/android/hal.h
diff options
context:
space:
mode:
authorRavi kumar Veeramally <ravikumar.veeramally@linux.intel.com>2014-03-13 13:58:44 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-03-14 13:34:16 +0100
commitd7e5e16a360c9ca48aa65defc3238b671ace3e7e (patch)
treec57862d574ddeb665b5ab505e2b95687505b1150 /android/hal.h
parent1d0715f86491ce1bae39c4824098a9f309889204 (diff)
downloadbluez-d7e5e16a360c9ca48aa65defc3238b671ace3e7e.tar.gz
android/hal-health: Add hal-health.c with initial get interface call
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 b1c021676..6998e9a2e 100644
--- a/android/hal.h
+++ b/android/hal.h
@@ -25,6 +25,7 @@
#include <hardware/bt_gatt.h>
#include <hardware/bt_gatt_client.h>
#include <hardware/bt_gatt_server.h>
+#include <hardware/bt_hl.h>
btsock_interface_t *bt_get_socket_interface(void);
bthh_interface_t *bt_get_hidhost_interface(void);
@@ -33,6 +34,7 @@ btav_interface_t *bt_get_a2dp_interface(void);
btrc_interface_t *bt_get_avrcp_interface(void);
bthf_interface_t *bt_get_handsfree_interface(void);
btgatt_interface_t *bt_get_gatt_interface(void);
+bthl_interface_t *bt_get_health_interface(void);
void bt_thread_associate(void);
void bt_thread_disassociate(void);