Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc63 static tBTA_JV_PCB* bta_jv_add_rfc_port(tBTA_JV_RFC_CB* p_cb,
216 tBTA_JV_RFC_CB* bta_jv_alloc_rfc_cb(uint16_t port_handle, in bta_jv_alloc_rfc_cb()
218 tBTA_JV_RFC_CB* p_cb = NULL; in bta_jv_alloc_rfc_cb()
279 tBTA_JV_RFC_CB* bta_jv_rfc_port_to_cb(uint16_t port_handle) { in bta_jv_rfc_port_to_cb()
280 tBTA_JV_RFC_CB* p_cb = NULL; in bta_jv_rfc_port_to_cb()
295 static tBTA_JV_STATUS bta_jv_free_rfc_cb(tBTA_JV_RFC_CB* p_cb, in bta_jv_free_rfc_cb()
1340 tBTA_JV_RFC_CB* p_cb = bta_jv_rfc_port_to_cb(port_handle); in bta_jv_port_data_co_cback()
1377 tBTA_JV_RFC_CB* p_cb = bta_jv_rfc_port_to_cb(port_handle); in bta_jv_port_mgmt_cl_cback()
1439 tBTA_JV_RFC_CB* p_cb = bta_jv_rfc_port_to_cb(port_handle); in bta_jv_port_event_cl_cback()
1502 tBTA_JV_RFC_CB* p_cb = bta_jv_alloc_rfc_cb(handle, &p_pcb); in bta_jv_rfcomm_connect()
[all …]
Dbta_jv_int.h110 } tBTA_JV_RFC_CB; typedef
120 tBTA_JV_RFC_CB rfc_cb[BTA_JV_MAX_RFC_CONN];
183 void bta_jv_rfcomm_write(uint32_t handle, uint32_t req_id, tBTA_JV_RFC_CB* p_cb,
Dbta_jv_api.cc560 tBTA_JV_RFC_CB* p_cb = &bta_jv_cb.rfc_cb[hi]; in BTA_JvRfcommWrite()