Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c125 PORT_StartCnf (p_mcb, RFCOMM_ERROR); in rfc_mx_sm_state_idle()
292 PORT_StartCnf (p_mcb, RFCOMM_ERROR); in rfc_mx_sm_state_configure()
354 PORT_StartCnf (p_mcb, RFCOMM_ERROR); in rfc_mx_sm_sabme_wait_ua()
498 PORT_StartCnf (p_mcb, RFCOMM_ERROR); in rfc_mx_sm_state_disc_wait_ua()
Drfc_port_if.c88 PORT_DlcEstablishCnf (p_mcb, dlci, 0, RFCOMM_ERROR); in RFCOMM_DlcEstablishReq()
204 PORT_PortNegCnf (p_mcb, dlci, NULL, RFCOMM_ERROR); in RFCOMM_PortNegReq()
Drfc_port_fsm.c208 …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()
214 …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()
229 …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.c278 RFCOMM_StartRsp (p_mcb, RFCOMM_ERROR); in PORT_StartInd()
456 RFCOMM_DlcEstablishRsp (p_mcb, dlci, 0, RFCOMM_ERROR); in PORT_DlcEstablishInd()
Drfc_int.h35 #define RFCOMM_ERROR 1 macro