Searched refs:peer_port_pars (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/rfcomm/ |
D | rfc_port_fsm.cc | 637 rfc_send_rpn(p_mcb, p_frame->dlci, false, &p_port->peer_port_pars, 0); in rfc_process_rpn() 641 port_pars = p_port->peer_port_pars; in rfc_process_rpn() 667 p_port->peer_port_pars = port_pars; in rfc_process_rpn() 677 p_port->peer_port_pars.fc_type = in rfc_process_rpn() 681 rfc_send_rpn(p_mcb, p_frame->dlci, true, &p_port->peer_port_pars, in rfc_process_rpn() 703 if (p_port->peer_port_pars.fc_type == in rfc_process_rpn() 706 p_port->peer_port_pars.fc_type = in rfc_process_rpn() 711 rfc_send_rpn(p_mcb, p_frame->dlci, true, &p_port->peer_port_pars, in rfc_process_rpn() 718 if (p_port->peer_port_pars.fc_type == in rfc_process_rpn() 720 p_port->peer_port_pars.fc_type = RFCOMM_FC_OFF; in rfc_process_rpn()
|
D | port_int.h | 155 tPORT_STATE peer_port_pars; /* Port parameters for user connection */ member
|
D | port_utils.cc | 115 p_port->peer_port_pars = default_port_pars; in port_set_defaults()
|
D | port_rfc.cc | 535 p_port->peer_port_pars = *p_pars; in PORT_PortNegInd()
|