Home
last modified time | relevance | path

Searched refs:ST_CHANNEL_CLOSED (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_channel_fsm.c123 case ST_CHANNEL_CLOSED: in RfcommOpenChannel()
265 channel->channelState = ST_CHANNEL_CLOSED; in RfcommRecvUa()
309 if (channel->channelState == ST_CHANNEL_CLOSED) { in RfcommRecvDm()
320 channel->channelState = ST_CHANNEL_CLOSED; in RfcommRecvDm()
327 channel->channelState = ST_CHANNEL_CLOSED; in RfcommRecvDm()
334 channel->channelState = ST_CHANNEL_CLOSED; in RfcommRecvDm()
430 case ST_CHANNEL_CLOSED: in RfcommRecvPnReq()
532 case ST_CHANNEL_CLOSED: in RfcommRecvSabm()
565 case ST_CHANNEL_CLOSED: in RfcommRecvDisc()
684 case ST_CHANNEL_CLOSED: in RfcommCloseChannel()
[all …]
H A Drfcomm_channel.c149 channel->channelState = ST_CHANNEL_CLOSED; in RfcommInitChannelInfo()
418 channel->channelState = ST_CHANNEL_CLOSED; in RfcommResetChannelInfo()
455 if ((channel->channelState == ST_CHANNEL_CLOSED) && (!IS_DISCONNECTED(eventId))) { in RfcommNotifyEvtToUpper()
705 channel->channelState = ST_CHANNEL_CLOSED; in RfcommNotifyAllChannelEvtOnSession()
757 case ST_CHANNEL_CLOSED: in RfcommRemoveInvalidChannelOnSession()
H A Drfcomm_defs.h305 ST_CHANNEL_CLOSED = 0, enumerator