Home
last modified time | relevance | path

Searched refs:api_assoc (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c1878 gattc_cb.set_assoc.client_if = p_msg->api_assoc.client_if; in bta_gattc_process_api_cache_assoc()
1880 tBTA_GATTC_CLCB *p_assoc_clcb = bta_gattc_find_clcb_by_cif(p_msg->api_assoc.client_if, in bta_gattc_process_api_cache_assoc()
1881 … p_msg->api_assoc.assoc_addr, BTA_TRANSPORT_LE); in bta_gattc_process_api_cache_assoc()
1882 tBTA_GATTC_RCB *p_clrcb = bta_gattc_cl_get_regcb(p_msg->api_assoc.client_if); in bta_gattc_process_api_cache_assoc()
1893 if (p_msg->api_assoc.is_assoc) { in bta_gattc_process_api_cache_assoc()
1894 …if ((state = bta_gattc_co_cache_append_assoc_addr(p_msg->api_assoc.src_addr, p_msg->api_assoc.asso… in bta_gattc_process_api_cache_assoc()
1905 …if (( state = bta_gattc_co_cache_remove_assoc_addr(p_msg->api_assoc.src_addr, p_msg->api_assoc.ass… in bta_gattc_process_api_cache_assoc()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h272 tBTA_GATTC_API_CACHE_ASSOC api_assoc; member