summaryrefslogtreecommitdiffstats
path: root/btif/include/btif_hh.h
diff options
context:
space:
mode:
Diffstat (limited to 'btif/include/btif_hh.h')
-rw-r--r--btif/include/btif_hh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/btif/include/btif_hh.h b/btif/include/btif_hh.h
index 25063eb24..c77d59707 100644
--- a/btif/include/btif_hh.h
+++ b/btif/include/btif_hh.h
@@ -96,6 +96,7 @@ extern btif_hh_cb_t btif_hh_cb;
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);
+BOOLEAN btif_hh_add_added_dev(bt_bdaddr_t bda, tBTA_HH_ATTR_MASK attr_mask);
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,