Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_hh_utils.cc42 struct bta_hh_find_cb bta_hh_find_cb; variable
77 uint8_t bta_hh_find_cb(const tAclLinkSpec& link_spec) { in bta_hh_find_cb() function
79 return test::mock::bta_hh_utils::bta_hh_find_cb(link_spec); in bta_hh_find_cb()
Dmock_bta_hh_utils.h96 struct bta_hh_find_cb { struct
102 extern struct bta_hh_find_cb bta_hh_find_cb; argument
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_main.cc314 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()
Dbta_hh_utils.cc63 uint8_t bta_hh_find_cb(const tAclLinkSpec& link_spec) { in bta_hh_find_cb() function
103 uint8_t idx = bta_hh_find_cb(link_spec); in bta_hh_get_cb()
Dbta_hh_int.h276 uint8_t bta_hh_find_cb(const tAclLinkSpec& link_spec);