Searched refs:bta_hh_find_cb (Results 1 – 5 of 5) sorted by relevance
42 struct bta_hh_find_cb bta_hh_find_cb; variable77 uint8_t bta_hh_find_cb(const tAclLinkSpec& link_spec) { in bta_hh_find_cb() function79 return test::mock::bta_hh_utils::bta_hh_find_cb(link_spec); in bta_hh_find_cb()
96 struct bta_hh_find_cb { struct102 extern struct bta_hh_find_cb bta_hh_find_cb; argument
314 index = bta_hh_find_cb(((tBTA_HH_API_CONN*)p_msg)->link_spec); in bta_hh_hdl_event()318 index = bta_hh_find_cb(((tBTA_HH_MAINT_DEV*)p_msg)->link_spec); in bta_hh_hdl_event()336 index = bta_hh_find_cb(((tBTA_HH_CBACK_DATA*)p_msg)->link_spec); in bta_hh_hdl_event()
63 uint8_t bta_hh_find_cb(const tAclLinkSpec& link_spec) { in bta_hh_find_cb() function103 uint8_t idx = bta_hh_find_cb(link_spec); in bta_hh_get_cb()
276 uint8_t bta_hh_find_cb(const tAclLinkSpec& link_spec);