Home
last modified time | relevance | path

Searched refs:L2CAP_CHANNEL_IDLE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.h94 #define L2CAP_CHANNEL_IDLE 0x00 macro
H A Dl2cap_inst.c245 chan->state = L2CAP_CHANNEL_IDLE; in L2capNewChannel()
H A Dl2cap_core.c1862 if (chan->state == L2CAP_CHANNEL_IDLE) { in L2capProcessInformationRsp()
2268 if (chan->state == L2CAP_CHANNEL_IDLE) { in L2capAclDisconnected()
H A Dl2cap_le.c266 chan->state = L2CAP_CHANNEL_IDLE; in L2capLeNewChannel()