Home
last modified time | relevance | path

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

/system/bt/bta/jv/
Dbta_jv_int.h107 } tBTA_JV_RFC_CB; typedef
118 tBTA_JV_RFC_CB rfc_cb[BTA_JV_MAX_RFC_CONN];
183 tBTA_JV_RFC_CB* p_cb, tBTA_JV_PCB* p_pcb);
Dbta_jv_act.cc91 static tBTA_JV_PCB* bta_jv_add_rfc_port(tBTA_JV_RFC_CB* p_cb,
170 tBTA_JV_RFC_CB* bta_jv_alloc_rfc_cb(uint16_t port_handle, in bta_jv_alloc_rfc_cb()
172 tBTA_JV_RFC_CB* p_cb = NULL; in bta_jv_alloc_rfc_cb()
233 tBTA_JV_RFC_CB* bta_jv_rfc_port_to_cb(uint16_t port_handle) { in bta_jv_rfc_port_to_cb()
234 tBTA_JV_RFC_CB* p_cb = NULL; in bta_jv_rfc_port_to_cb()
250 static tBTA_JV_STATUS bta_jv_free_rfc_cb(tBTA_JV_RFC_CB* p_cb, in bta_jv_free_rfc_cb()
1222 tBTA_JV_RFC_CB* p_cb = bta_jv_rfc_port_to_cb(port_handle); in bta_jv_port_data_co_cback()
1253 tBTA_JV_RFC_CB* p_cb = bta_jv_rfc_port_to_cb(port_handle); in bta_jv_port_mgmt_cl_cback()
1300 tBTA_JV_RFC_CB* p_cb = bta_jv_rfc_port_to_cb(port_handle); in bta_jv_port_event_cl_cback()
1364 tBTA_JV_RFC_CB* p_cb = bta_jv_alloc_rfc_cb(handle, &p_pcb); in bta_jv_rfcomm_connect()
[all …]
Dbta_jv_api.cc677 tBTA_JV_RFC_CB* p_cb = &bta_jv_cb.rfc_cb[hi]; in BTA_JvRfcommWrite()