Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_session_fsm.c119 ret = RfcommCheckSessionSecurity(session, scn, false); in RfcommOpenSession()
416 ret = RfcommCheckSessionSecurity(session, 0, true); in RfcommRecvConnectReq()
990 return RfcommCheckSessionSecurity(session, channel->scn, false); in RfcommRestartSession()
1011 return RfcommCheckSessionSecurity(session, 0, true); in RfcommAcceptPeerConnectReq()
H A Drfcomm_gap_if.c153 int RfcommCheckSessionSecurity(RfcommSessionInfo *session, uint8_t scn, bool isServer) in RfcommCheckSessionSecurity() function
H A Drfcomm_defs.h538 int RfcommCheckSessionSecurity(RfcommSessionInfo *session, uint8_t scn, bool isServer);