Searched refs:port_cb (Results 1 - 3 of 3) sorted by relevance

/system/bt/bta/jv/
H A Dbta_jv_int.h119 tBTA_JV_PCB port_cb[MAX_RFC_PORTS]; /* index of this array is member in struct:__anon448
H A Dbta_jv_act.cc188 p_pcb = &bta_jv_cb.port_cb[port_handle - 1];
218 bta_jv_cb.port_cb[port_handle - 1].handle) {
219 p_pcb = &bta_jv_cb.port_cb[port_handle - 1];
240 bta_jv_cb.port_cb[port_handle - 1].handle) {
241 handle = bta_jv_cb.port_cb[port_handle - 1].handle;
493 if (jv_handle == bta_jv_cb.port_cb[j].handle) {
494 pp_cb = &bta_jv_cb.port_cb[j].p_pm_cb;
496 PORT_CheckConnection(bta_jv_cb.port_cb[j].port_handle,
1405 uint32_t rfc_handle = bta_jv_cb.port_cb[i].handle & BTA_JV_RFC_HDL_MASK;
1407 if (rfc_handle && bta_jv_cb.port_cb[
[all...]
H A Dbta_jv_api.cc647 return bta_jv_cb.port_cb[bta_jv_cb.rfc_cb[hi].rfc_hdl[si] - 1].port_handle;
679 &bta_jv_cb.port_cb[p_cb->rfc_hdl[si] - 1]));

Completed in 87 milliseconds