Searched refs:RfcommCheckSessionSecurity (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_session_fsm.c | 119 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 D | rfcomm_gap_if.c | 153 int RfcommCheckSessionSecurity(RfcommSessionInfo *session, uint8_t scn, bool isServer) in RfcommCheckSessionSecurity() function
|
H A D | rfcomm_defs.h | 538 int RfcommCheckSessionSecurity(RfcommSessionInfo *session, uint8_t scn, bool isServer);
|