Searched refs:peer_port_pars (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/rfcomm/ |
D | rfc_port_fsm.cc | 610 rfc_send_rpn(p_mcb, p_frame->dlci, false, &p_port->peer_port_pars, 0); in rfc_process_rpn() 614 port_pars = p_port->peer_port_pars; in rfc_process_rpn() 640 p_port->peer_port_pars = port_pars; in rfc_process_rpn() 650 p_port->peer_port_pars.fc_type = in rfc_process_rpn() 654 rfc_send_rpn(p_mcb, p_frame->dlci, true, &p_port->peer_port_pars, in rfc_process_rpn() 676 if (p_port->peer_port_pars.fc_type == in rfc_process_rpn() 679 p_port->peer_port_pars.fc_type = in rfc_process_rpn() 684 rfc_send_rpn(p_mcb, p_frame->dlci, true, &p_port->peer_port_pars, in rfc_process_rpn() 691 if (p_port->peer_port_pars.fc_type == in rfc_process_rpn() 693 p_port->peer_port_pars.fc_type = RFCOMM_FC_OFF; in rfc_process_rpn()
|
D | port_int.h | 172 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 | 537 p_port->peer_port_pars = *p_pars; in PORT_PortNegInd()
|