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

/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_int.h227 } tBTA_JV_RFC_CB; typedef in typeref:struct:__anon936
315 tBTA_JV_RFC_CB *p_cb;
344 tBTA_JV_RFC_CB *p_cb;
353 tBTA_JV_RFC_CB *p_cb;
444 tBTA_JV_RFC_CB rfc_cb[BTA_JV_MAX_RFC_CONN];
H A Dbta_jv_act.c51 tBTA_JV_RFC_CB *p_cb = &bta_jv_cb.rfc_cb[__hi]; \
63 static tBTA_JV_PCB * bta_jv_add_rfc_port(tBTA_JV_RFC_CB *p_cb, tBTA_JV_PCB *p_pcb_open);
186 tBTA_JV_RFC_CB * bta_jv_alloc_rfc_cb(UINT16 port_handle, tBTA_JV_PCB **pp_pcb)
188 tBTA_JV_RFC_CB *p_cb = NULL;
254 tBTA_JV_RFC_CB * bta_jv_rfc_port_to_cb(UINT16 port_handle)
256 tBTA_JV_RFC_CB *p_cb = NULL;
276 static tBTA_JV_STATUS bta_jv_free_rfc_cb(tBTA_JV_RFC_CB *p_cb, tBTA_JV_PCB *p_pcb)
1872 tBTA_JV_RFC_CB *p_cb = bta_jv_rfc_port_to_cb(port_handle);
1910 tBTA_JV_RFC_CB *p_cb = bta_jv_rfc_port_to_cb(port_handle);
1964 tBTA_JV_RFC_CB *p_c
[all...]

Completed in 56 milliseconds