Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_main.c426 index = bta_hh_find_cb(((tBTA_HH_API_CONN *)p_msg)->bd_addr); in bta_hh_hdl_event()
430 index = bta_hh_find_cb(((tBTA_HH_MAINT_DEV *)p_msg)->bda); in bta_hh_hdl_event()
447 index = bta_hh_find_cb(((tBTA_HH_CBACK_DATA *)p_msg)->addr); in bta_hh_hdl_event()
Dbta_hh_utils.c62 UINT8 bta_hh_find_cb(BD_ADDR bda) in bta_hh_find_cb() function
Dbta_hh_le.c1206 UINT8 idx = bta_hh_find_cb(bd_addr); in bta_hh_le_encrypt_cback()
2819 index = bta_hh_find_cb(bd_addr); in bta_hh_le_hid_read_rpt_clt_cfg()
2820 if ((index = bta_hh_find_cb(bd_addr)) == BTA_HH_IDX_INVALID) { in bta_hh_le_hid_read_rpt_clt_cfg()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h342 extern UINT8 bta_hh_find_cb(BD_ADDR bda);