Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/include/
Dbta_jv_int.h175 } tBTA_JV_RFC_CB; typedef
297 tBTA_JV_RFC_CB *p_cb;
325 tBTA_JV_RFC_CB *p_cb;
332 tBTA_JV_RFC_CB *p_cb;
341 tBTA_JV_RFC_CB *p_cb;
425 tBTA_JV_RFC_CB rfc_cb[BTA_JV_MAX_RFC_CONN];
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c121 static tBTA_JV_PCB *bta_jv_add_rfc_port(tBTA_JV_RFC_CB *p_cb, tBTA_JV_PCB *p_pcb_open);
122 static int find_rfc_pcb(void *user_data, tBTA_JV_RFC_CB **cb, tBTA_JV_PCB **pcb);
212 tBTA_JV_RFC_CB *bta_jv_alloc_rfc_cb(UINT16 port_handle, tBTA_JV_PCB **pp_pcb) in bta_jv_alloc_rfc_cb()
214 tBTA_JV_RFC_CB *p_cb = NULL; in bta_jv_alloc_rfc_cb()
277 tBTA_JV_RFC_CB *bta_jv_rfc_port_to_cb(UINT16 port_handle) in bta_jv_rfc_port_to_cb()
279 tBTA_JV_RFC_CB *p_cb = NULL; in bta_jv_rfc_port_to_cb()
297 static tBTA_JV_STATUS bta_jv_free_rfc_cb(tBTA_JV_RFC_CB *p_cb, tBTA_JV_PCB *p_pcb, BOOLEAN close_se… in bta_jv_free_rfc_cb()
873 tBTA_JV_RFC_CB *p_cb = NULL; in bta_jv_free_scn()
1688 tBTA_JV_RFC_CB *p_cb = bta_jv_rfc_port_to_cb(port_handle); in bta_jv_port_data_co_cback()
1724 tBTA_JV_RFC_CB *p_cb = bta_jv_rfc_port_to_cb(port_handle); in bta_jv_port_mgmt_cl_cback()
[all …]