Searched refs:rfc_send_rpn (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/rfcomm/ |
D | rfc_port_if.cc | 214 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()
|
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() 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()
|
D | rfc_int.h | 335 extern void rfc_send_rpn(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command,
|
D | rfc_ts_frames.cc | 398 void rfc_send_rpn(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command, in rfc_send_rpn() function
|