Searched refs:rfc_send_rpn (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_port_if.c | 234 rfc_send_rpn (p_mcb, dlci, TRUE, p_pars, RFCOMM_RPN_PM_MASK); in RFCOMM_PortNegReq() 255 rfc_send_rpn (p_mcb, dlci, FALSE, p_pars, param_mask); in RFCOMM_PortNegRsp()
|
D | rfc_port_fsm.c | 586 rfc_send_rpn (p_mcb, p_frame->dlci, FALSE, &p_port->peer_port_pars, 0); in rfc_process_rpn() 623 rfc_send_rpn (p_mcb, p_frame->dlci, TRUE, &p_port->peer_port_pars, in rfc_process_rpn() 650 rfc_send_rpn (p_mcb, p_frame->dlci, TRUE, &p_port->peer_port_pars, in rfc_process_rpn()
|
D | rfc_ts_frames.c | 460 void rfc_send_rpn (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, in rfc_send_rpn() function
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/rfcomm/include/ |
D | rfc_int.h | 328 extern void rfc_send_rpn (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command,
|