Home
last modified time | relevance | path

Searched refs:RFCOMM_ERROR (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c153 PORT_StartCnf (p_mcb, RFCOMM_ERROR); in rfc_mx_sm_state_idle()
313 PORT_StartCnf (p_mcb, RFCOMM_ERROR); in rfc_mx_sm_state_configure()
376 PORT_StartCnf (p_mcb, RFCOMM_ERROR); in rfc_mx_sm_sabme_wait_ua()
515 PORT_StartCnf (p_mcb, RFCOMM_ERROR); in rfc_mx_sm_state_disc_wait_ua()
Drfc_port_if.c89 PORT_DlcEstablishCnf (p_mcb, dlci, 0, RFCOMM_ERROR); in RFCOMM_DlcEstablishReq()
216 PORT_PortNegCnf (p_mcb, dlci, NULL, RFCOMM_ERROR); in RFCOMM_PortNegReq()
Drfc_port_fsm.c209 …DlcEstablishCnf (p_port->rfc.p_mcb, p_port->dlci, p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_ERROR); in rfc_port_sm_sabme_wait_ua()
215 …DlcEstablishCnf (p_port->rfc.p_mcb, p_port->dlci, p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_ERROR); in rfc_port_sm_sabme_wait_ua()
230 …DlcEstablishCnf (p_port->rfc.p_mcb, p_port->dlci, p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_ERROR); in rfc_port_sm_sabme_wait_ua()
Dport_rfc.c275 RFCOMM_StartRsp (p_mcb, RFCOMM_ERROR); in PORT_StartInd()
446 RFCOMM_DlcEstablishRsp (p_mcb, dlci, 0, RFCOMM_ERROR); in PORT_DlcEstablishInd()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Drfc_int.h35 #define RFCOMM_ERROR 1 macro