Searched refs:rfc_send_rpn (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/stack/rfcomm/ |
D | rfc_port_if.cc | 218 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()
|
D | rfc_port_fsm.cc | 699 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()
|
D | rfc_int.h | 260 void rfc_send_rpn(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command,
|
D | rfc_ts_frames.cc | 408 void rfc_send_rpn(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command, in rfc_send_rpn() function
|