Lines Matching refs:port_cb
208 p_pcb = &bta_jv_cb.port_cb[port_handle - 1]; in bta_jv_alloc_rfc_cb()
238 && bta_jv_cb.port_cb[port_handle - 1].handle) in bta_jv_rfc_port_to_pcb()
240 p_pcb = &bta_jv_cb.port_cb[port_handle - 1]; in bta_jv_rfc_port_to_pcb()
261 && bta_jv_cb.port_cb[port_handle - 1].handle) in bta_jv_rfc_port_to_cb()
263 handle = bta_jv_cb.port_cb[port_handle - 1].handle; in bta_jv_rfc_port_to_cb()
272 " FOUND", port_handle, bta_jv_cb.port_cb[port_handle - 1].handle); in bta_jv_rfc_port_to_cb()
538 if (jv_handle == bta_jv_cb.port_cb[j].handle) in bta_jv_alloc_set_pm_profile_cb()
540 pp_cb = &bta_jv_cb.port_cb[j].p_pm_cb; in bta_jv_alloc_set_pm_profile_cb()
542 bta_jv_cb.port_cb[j].port_handle, peer_bd_addr, NULL)) in bta_jv_alloc_set_pm_profile_cb()
1649 UINT32 rfc_handle = bta_jv_cb.port_cb[i].handle & BTA_JV_RFC_HDL_MASK; in find_rfc_pcb()
1651 if (rfc_handle && bta_jv_cb.port_cb[i].user_data == user_data) in find_rfc_pcb()
1653 *pcb = &bta_jv_cb.port_cb[i]; in find_rfc_pcb()
1830 p_pcb = &bta_jv_cb.port_cb[p_cb->rfc_hdl[i] - 1]; in bta_jv_add_rfc_port()
1866 p_pcb = &bta_jv_cb.port_cb[p_cb->rfc_hdl[si] - 1]; in bta_jv_add_rfc_port()