Home
last modified time | relevance | path

Searched refs:port_handles (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_mx_fsm.cc243 handle = p_mcb->port_handles[i]; in rfc_mx_sm_state_wait_conn_cnf()
245 p_mcb->port_handles[i] = 0; in rfc_mx_sm_state_wait_conn_cnf()
246 p_mcb->port_handles[i + 1] = handle; in rfc_mx_sm_state_wait_conn_cnf()
602 uint8_t handle = p_mcb->port_handles[i]; in rfc_on_l2cap_error()
604 p_mcb->port_handles[i] = 0; in rfc_on_l2cap_error()
605 p_mcb->port_handles[i + 1] = handle; in rfc_on_l2cap_error()
Dport_rfc.cc80 p_mcb->port_handles[p_port->dlci] = p_port->handle; in port_open_continue()
302 p_mcb->port_handles[dlci], p_port->handle); in PORT_ParNegInd()
303 p_mcb->port_handles[dlci] = p_port->handle; in PORT_ParNegInd()
432 p_mcb->port_handles[dlci] = p_port->handle; in PORT_DlcEstablishInd()
538 p_mcb->port_handles[dlci] = p_port->handle; in PORT_PortNegInd()
974 p_mcb->port_handles[p_port->dlci] = 0; in port_rfc_closed()
Drfc_utils.cc284 if (p_mcb->port_handles[i] != 0) { in rfc_check_mcb_active()
354 p_mcb->port_handles[p_port->dlci] = 0; in rfc_port_closed()
Drfc_l2cap_if.cc327 p_mcb->port_handles[rfc_cb.rfc.rx_frame.dlci], p_port->handle, in RFCOMM_BufDataInd()
329 p_mcb->port_handles[rfc_cb.rfc.rx_frame.dlci] = p_port->handle; in RFCOMM_BufDataInd()
Dport_utils.cc228 p_port->rfc.p_mcb->port_handles[p_port->dlci] = 0; in port_release_port()
318 uint8_t handle = p_mcb->port_handles[dlci]; in port_find_mcb_dlci_port()
Dport_int.h87 uint8_t port_handles[RFCOMM_MAX_DLCI + 1]; /* Array for quick access to */ member