Searched refs:RFCOMM_ERROR (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_mx_fsm.c | 153 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()
|
D | rfc_port_if.c | 89 PORT_DlcEstablishCnf (p_mcb, dlci, 0, RFCOMM_ERROR); in RFCOMM_DlcEstablishReq() 216 PORT_PortNegCnf (p_mcb, dlci, NULL, RFCOMM_ERROR); in RFCOMM_PortNegReq()
|
D | rfc_port_fsm.c | 209 …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()
|
D | port_rfc.c | 275 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/ |
D | rfc_int.h | 35 #define RFCOMM_ERROR 1 macro
|