Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_main.cc323 index = bta_hh_find_cb(((tBTA_HH_API_CONN*)p_msg)->bd_addr); in bta_hh_hdl_event()
327 index = bta_hh_find_cb(((tBTA_HH_MAINT_DEV*)p_msg)->bda); in bta_hh_hdl_event()
347 index = bta_hh_find_cb(((tBTA_HH_CBACK_DATA*)p_msg)->addr); in bta_hh_hdl_event()
Dbta_hh_utils.cc57 uint8_t bta_hh_find_cb(const RawAddress& bda) { in bta_hh_find_cb() function
97 uint8_t idx = bta_hh_find_cb(bda); in bta_hh_get_cb()
Dbta_hh_int.h282 extern uint8_t bta_hh_find_cb(const RawAddress& bda);