Home
last modified time | relevance | path

Searched refs:RandomGenerate (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_oob.c49 number = RandomGenerate(); in SMP_GenerateScOobDataStep1()
52 number = RandomGenerate(); in SMP_GenerateScOobDataStep1()
55 number = RandomGenerate(); in SMP_GenerateScOobDataStep1()
58 number = RandomGenerate(); in SMP_GenerateScOobDataStep1()
H A Dsmp.c898 uint32_t number = RandomGenerate(); in SMP_GenRpaTask()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Drandom.h31 uint32_t RandomGenerate();
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Drandom.c47 uint32_t RandomGenerate() in RandomGenerate() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_session_fsm.c423 uint32_t randomNum = RandomGenerate(); in RfcommRecvConnectReq()