Searched refs:RFCOMM_ERROR (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/rfcomm/ |
D | rfc_mx_fsm.cc | 125 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() 353 PORT_StartCnf(p_mcb, RFCOMM_ERROR); in rfc_mx_sm_sabme_wait_ua() 491 PORT_StartCnf(p_mcb, RFCOMM_ERROR); in rfc_mx_sm_state_disc_wait_ua()
|
D | rfc_port_if.cc | 80 PORT_DlcEstablishCnf(p_mcb, dlci, 0, RFCOMM_ERROR); in RFCOMM_DlcEstablishReq() 196 PORT_PortNegCnf(p_mcb, dlci, NULL, RFCOMM_ERROR); in RFCOMM_PortNegReq()
|
D | rfc_port_fsm.cc | 216 p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_ERROR); in rfc_port_sm_sabme_wait_ua() 225 p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_ERROR); in rfc_port_sm_sabme_wait_ua() 241 p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_ERROR); in rfc_port_sm_sabme_wait_ua()
|
D | port_rfc.cc | 260 RFCOMM_StartRsp(p_mcb, RFCOMM_ERROR); in PORT_StartInd() 432 RFCOMM_DlcEstablishRsp(p_mcb, dlci, 0, RFCOMM_ERROR); in PORT_DlcEstablishInd()
|
D | rfc_int.h | 35 #define RFCOMM_ERROR 1 macro
|