Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_session_fsm.c165 RfcommRemoveAllChannelOnSession(session); in RfcommRecvReqConnectRslt()
210 RfcommRemoveAllChannelOnSession(session); in RfcommRecvConnectRsp()
257 RfcommRemoveAllChannelOnSession(session); in RfcommRecvConfigRsp()
370 RfcommRemoveAllChannelOnSession(session); in RfcommRecvUa0()
483 RfcommRemoveAllChannelOnSession(session); in RfcommRecvDisc0()
544 RfcommRemoveAllChannelOnSession(session); in RfcommRecvLinkLoss()
572 RfcommRemoveAllChannelOnSession(session); in RfcommRecvDisconnectReq()
608 RfcommRemoveAllChannelOnSession(session); in RfcommCloseSession()
662 RfcommRemoveAllChannelOnSession(session); in RfcommRecvDm0()
689 RfcommRemoveAllChannelOnSession(session); in RfcommRecvTimeOut()
[all …]
H A Drfcomm_defs.h578 void RfcommRemoveAllChannelOnSession(const RfcommSessionInfo *session);
H A Drfcomm_channel.c718 void RfcommRemoveAllChannelOnSession(const RfcommSessionInfo *session) in RfcommRemoveAllChannelOnSession() function