summaryrefslogtreecommitdiffstats
path: root/btif/include/btif_hh.h
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-02-12 22:25:20 -0800
committerSteve Kondik <shade@chemlab.org>2013-02-12 22:25:20 -0800
commit5ae3694ab8f2913cb42f0046ab7f436aa3d45223 (patch)
treec79c79910b388fac0e880470fe8cdac943288920 /btif/include/btif_hh.h
parent9c25a75b3e4c028dff8521e6a7d5215e2e251907 (diff)
parent689d66b6559dcb3a0ad7f6cc33b6129e50910253 (diff)
downloadexternal_bluetooth_bluedroid-5ae3694ab8f2913cb42f0046ab7f436aa3d45223.zip
external_bluetooth_bluedroid-5ae3694ab8f2913cb42f0046ab7f436aa3d45223.tar.gz
external_bluetooth_bluedroid-5ae3694ab8f2913cb42f0046ab7f436aa3d45223.tar.bz2
Merge tag 'android-4.2.2_r1' of https://android.googlesource.com/platform/external/bluetooth/bluedroid into 1.1
Android 4.2.2 release 1
Diffstat (limited to 'btif/include/btif_hh.h')
-rw-r--r--btif/include/btif_hh.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/btif/include/btif_hh.h b/btif/include/btif_hh.h
index 4f31002..25063eb 100644
--- a/btif/include/btif_hh.h
+++ b/btif/include/btif_hh.h
@@ -62,6 +62,8 @@ typedef struct
UINT8 app_id;
int fd;
BT_HDR *p_buf;
+ UINT32 hh_poll_thread_id;
+ UINT8 hh_keep_polling;
} btif_hh_device_t;
/* Control block to maintain properties of devices */
@@ -96,6 +98,8 @@ extern btif_hh_device_t *btif_hh_find_connected_dev_by_handle(UINT8 handle);
extern void btif_hh_remove_device(bt_bdaddr_t bd_addr);
extern bt_status_t btif_hh_virtual_unplug(bt_bdaddr_t *bd_addr);
extern void btif_hh_disconnect(bt_bdaddr_t *bd_addr);
+extern void btif_hh_setreport(btif_hh_device_t *p_dev, bthh_report_type_t r_type,
+ UINT16 size, UINT8* report);
BOOLEAN btif_hh_add_added_dev(bt_bdaddr_t bd_addr, tBTA_HH_ATTR_MASK attr_mask);