Home
last modified time | relevance | path

Searched refs:L2CAP_STATE_COLLISION (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h92 #define L2CAP_STATE_COLLISION 0xFF macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_l2cap.c952 if (reason == L2CAP_STATE_COLLISION) { in AvdtL2capDisconnectAbnormalSignle()
985 if (reason == L2CAP_STATE_COLLISION) { in AvdtL2capDisconnectAbnormalStream()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_br_l2cap.c512 if (reason == L2CAP_STATE_COLLISION) { in AvctBrDisconnectAbnormalCBack()
H A Davctp_ctrl_l2cap.c496 if (reason == L2CAP_STATE_COLLISION) { in AvctDisconnectAbnormalCBack()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_session_fsm.c526 if (reason == L2CAP_STATE_COLLISION) { in RfcommRecvLinkLoss()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_l2cap.cpp649 if (reason == L2CAP_STATE_COLLISION) { in TransportDisconnectAbnormalCallbackNative()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_connect.c1078 } else if (reason == L2CAP_STATE_COLLISION) { in SdpDisconnectAbnormalTask()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c2310 if (attDisconnectAbnormalPtr->reason == L2CAP_STATE_COLLISION) { in AttDisconnectAbnormalAsync()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c2269 L2capDisconnectAbnormal(chan, L2CAP_STATE_COLLISION); in L2capAclDisconnected()