Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_session_fsm.c412 RfcommUpdateChannelDirectionBit(session, false); in RfcommRecvConnectReq()
981 RfcommUpdateChannelDirectionBit(session, true); in RfcommRestartSession()
1006 RfcommUpdateChannelDirectionBit(session, false); in RfcommAcceptPeerConnectReq()
H A Drfcomm_defs.h592 void RfcommUpdateChannelDirectionBit(const RfcommSessionInfo *session, bool isInitiator);
H A Drfcomm_channel.c1023 void RfcommUpdateChannelDirectionBit(const RfcommSessionInfo *session, bool isInitiator) in RfcommUpdateChannelDirectionBit() function