Home
last modified time | relevance | path

Searched refs:bta_hh_find_cb (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/hh/
Dbta_hh_main.cc384 index = bta_hh_find_cb(((tBTA_HH_API_CONN*)p_msg)->bd_addr); in bta_hh_hdl_event()
388 index = bta_hh_find_cb(((tBTA_HH_MAINT_DEV*)p_msg)->bda); in bta_hh_hdl_event()
408 index = bta_hh_find_cb(((tBTA_HH_CBACK_DATA*)p_msg)->addr); in bta_hh_hdl_event()
Dbta_hh_int.h326 extern uint8_t bta_hh_find_cb(const RawAddress& bda);
Dbta_hh_utils.cc59 uint8_t bta_hh_find_cb(const RawAddress& bda) { in bta_hh_find_cb() function
Dbta_hh_le.cc970 uint8_t idx = bta_hh_find_cb(*bd_addr); in bta_hh_le_encrypt_cback()
2137 index = bta_hh_find_cb(bd_addr); in bta_hh_le_hid_read_rpt_clt_cfg()