Home
last modified time | relevance | path

Searched refs:btif_hh_added_device_t (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/btif/include/
Dbtif_hh.h121 } btif_hh_added_device_t; typedef
131 btif_hh_added_device_t added_devices[BTIF_HH_MAX_ADDED_DEV];
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc318 btif_hh_added_device_t* btif_hh_find_added_dev(const tAclLinkSpec& link_spec) { in btif_hh_find_added_dev()
320 btif_hh_added_device_t* added_dev = &btif_hh_cb.added_devices[i]; in btif_hh_find_added_dev()
470 btif_hh_added_device_t* added_dev = btif_hh_find_added_dev(link_spec); in hh_get_state_on_disconnect()
609 btif_hh_added_device_t& dev = btif_hh_cb.added_devices[i]; in hh_add_device()
672 btif_hh_added_device_t* p_added_dev; in btif_hh_remove_device()
813 btif_hh_added_device_t* added_dev = btif_hh_find_added_dev(link_spec); in btif_hh_connect()
1271 btif_hh_added_device_t* added_dev = in btif_hh_upstreams_evt()
1670 btif_hh_added_device_t* added_dev = btif_hh_find_added_dev(link_spec); in disconnect()
2233 const btif_hh_added_device_t* p_dev = &btif_hh_cb.added_devices[i]; in DumpsysHid()