Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_port_if.cc214 rfc_send_rpn(p_mcb, dlci, true, p_pars, RFCOMM_RPN_PM_MASK); in RFCOMM_PortParameterNegotiationRequest()
231 rfc_send_rpn(p_mcb, dlci, false, p_pars, param_mask); in RFCOMM_PortParameterNegotiationResponse()
Drfc_port_fsm.cc637 rfc_send_rpn(p_mcb, p_frame->dlci, false, &p_port->peer_port_pars, 0); in rfc_process_rpn()
681 rfc_send_rpn(p_mcb, p_frame->dlci, true, &p_port->peer_port_pars, in rfc_process_rpn()
711 rfc_send_rpn(p_mcb, p_frame->dlci, true, &p_port->peer_port_pars, in rfc_process_rpn()
Drfc_int.h335 extern void rfc_send_rpn(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command,
Drfc_ts_frames.cc398 void rfc_send_rpn(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command, in rfc_send_rpn() function