Home
last modified time | relevance | path

Searched refs:rfc_send_rpn (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_port_if.cc218 rfc_send_rpn(p_mcb, dlci, true, p_pars, RFCOMM_RPN_PM_MASK); in RFCOMM_PortParameterNegotiationRequest()
235 rfc_send_rpn(p_mcb, dlci, false, p_pars, param_mask); in RFCOMM_PortParameterNegotiationResponse()
Drfc_port_fsm.cc699 rfc_send_rpn(p_mcb, p_frame->dlci, false, &p_port->peer_port_pars, 0); in rfc_process_rpn()
742 rfc_send_rpn(p_mcb, p_frame->dlci, true, &p_port->peer_port_pars, in rfc_process_rpn()
772 rfc_send_rpn(p_mcb, p_frame->dlci, true, &p_port->peer_port_pars, in rfc_process_rpn()
Drfc_int.h260 void rfc_send_rpn(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command,
Drfc_ts_frames.cc408 void rfc_send_rpn(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command, in rfc_send_rpn() function