Home
last modified time | relevance | path

Searched refs:btif_hh_add_added_dev (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/include/
Dbtif_hh.h104 BOOLEAN btif_hh_add_added_dev(bt_bdaddr_t bda, tBTA_HH_ATTR_MASK attr_mask);
110 BOOLEAN btif_hh_add_added_dev(bt_bdaddr_t bd_addr, tBTA_HH_ATTR_MASK attr_mask);
/system/bt/btif/src/
Dbtif_hh.c437 BOOLEAN btif_hh_add_added_dev(bt_bdaddr_t bda, tBTA_HH_ATTR_MASK attr_mask) in btif_hh_add_added_dev() function
933 if (btif_hh_add_added_dev(p_dev->bd_addr, p_dev->attr_mask)) { in btif_hh_upstreams_evt()
1323 if (btif_hh_add_added_dev(*bd_addr, hid_info.attr_mask)) in set_info()
Dbtif_storage.c1374 if (btif_hh_add_added_dev(bd_addr,attr_mask)) in btif_storage_load_bonded_hid_info()