Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/include/
Dbtif_hh.h143 btif_hh_device_t* btif_hh_find_dev_by_handle(uint8_t handle);
/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc441 btif_hh_device_t* p_dev = btif_hh_find_dev_by_handle(dev_handle); in bta_hh_co_open()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc356 btif_hh_device_t* btif_hh_find_dev_by_handle(uint8_t handle) { in btif_hh_find_dev_by_handle() function