Home
last modified time | relevance | path

Searched refs:randomTemp (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_sc_accepter.c238 uint8_t randomTemp[SMP_RANDOM_DATA_LEN] = {0x00}; in SMP_ScPairJustworkOrNumericSlaveStep9() local
239 SMP_MemoryReverseCopy(randomTemp, SMP_GetPairMng()->local.random, SMP_RANDOM_DATA_LEN); in SMP_ScPairJustworkOrNumericSlaveStep9()
243 ret = SMP_SendPairingRandom(SMP_GetPairMng()->handle, randomTemp, SMP_SendDataCallback); in SMP_ScPairJustworkOrNumericSlaveStep9()
326 uint8_t randomTemp[SMP_RANDOM_DATA_LEN] = {0x00}; in SMP_ScPairJustworkOrNumericSlaveStep12() local
333 SMP_MemoryReverseCopy(randomTemp, SMP_GetPairMng()->local.random, SMP_RANDOM_DATA_LEN); in SMP_ScPairJustworkOrNumericSlaveStep12()
337 ret = SMP_SendPairingRandom(SMP_GetPairMng()->handle, randomTemp, SMP_SendDataCallback); in SMP_ScPairJustworkOrNumericSlaveStep12()
706 uint8_t randomTemp[SMP_RANDOM_DATA_LEN] = {0x00}; in SMP_ScPairPasskeyEntrySlaveStep15() local
709 SMP_MemoryReverseCopy(randomTemp, SMP_GetPairMng()->local.random, SMP_RANDOM_DATA_LEN); in SMP_ScPairPasskeyEntrySlaveStep15()
713 ret = SMP_SendPairingRandom(SMP_GetPairMng()->handle, randomTemp, SMP_SendDataCallback); in SMP_ScPairPasskeyEntrySlaveStep15()
715 SMP_MemoryReverseCopy(randomTemp, SMP_GetPairMn in SMP_ScPairPasskeyEntrySlaveStep15()
944 uint8_t randomTemp[SMP_RANDOM_DATA_LEN] = {0x00}; SMP_ScPairOobSlaveStep15() local
[all...]
H A Dsmp_legacy.c139 uint8_t randomTemp[SMP_RANDOM_DATA_LEN] = {0x00}; in SMP_LegacyPairMasterStep6() local
144 SMP_MemoryReverseCopy(randomTemp, SMP_GetPairMng()->local.random, SMP_RANDOM_DATA_LEN); in SMP_LegacyPairMasterStep6()
148 int ret = SMP_SendPairingRandom(SMP_GetPairMng()->handle, randomTemp, SMP_SendDataCallback); in SMP_LegacyPairMasterStep6()
614 uint8_t randomTemp[SMP_RANDOM_DATA_LEN] = {0x00}; in SMP_LegacyPairSlaveStep11() local
629 SMP_MemoryReverseCopy(randomTemp, SMP_GetPairMng()->local.random, SMP_RANDOM_DATA_LEN); in SMP_LegacyPairSlaveStep11()
633 ret = SMP_SendPairingRandom(SMP_GetPairMng()->handle, randomTemp, SMP_SendDataCallback); in SMP_LegacyPairSlaveStep11()
H A Dsmp_sc_initiator.c133 uint8_t randomTemp[SMP_RANDOM_DATA_LEN] = {0x00}; in SMP_ScPairJustworkOrNumericMasterStep6() local
141 SMP_MemoryReverseCopy(randomTemp, SMP_GetPairMng()->local.random, SMP_RANDOM_DATA_LEN); in SMP_ScPairJustworkOrNumericMasterStep6()
145 int ret = SMP_SendPairingRandom(SMP_GetPairMng()->handle, randomTemp, SMP_SendDataCallback); in SMP_ScPairJustworkOrNumericMasterStep6()
566 uint8_t randomTemp[SMP_RANDOM_DATA_LEN] = {0x00}; in SMP_ScPairPasskeyEntryMasterStep11() local
571 SMP_MemoryReverseCopy(randomTemp, SMP_GetPairMng()->local.random, SMP_RANDOM_DATA_LEN); in SMP_ScPairPasskeyEntryMasterStep11()
575 int ret = SMP_SendPairingRandom(SMP_GetPairMng()->handle, randomTemp, SMP_SendDataCallback); in SMP_ScPairPasskeyEntryMasterStep11()
876 uint8_t randomTemp[SMP_RANDOM_DATA_LEN] = {0x00}; in SMP_ScPairOobMasterStep14() local
884 SMP_MemoryReverseCopy(randomTemp, SMP_GetPairMng()->local.random, SMP_RANDOM_DATA_LEN); in SMP_ScPairOobMasterStep14()
888 int ret = SMP_SendPairingRandom(SMP_GetPairMng()->handle, randomTemp, SMP_SendDataCallback); in SMP_ScPairOobMasterStep14()
H A Dsmp_hci_event.c909 uint8_t randomTemp[SMP_MASTER_RAND_LEN] = {0x00}; in SMP_OnLtkReqEncProc() local
914 SMP_MemoryReverseCopy(randomTemp, eventParam->randomNumber, SMP_MASTER_RAND_LEN); in SMP_OnLtkReqEncProc()
915 SMP_NotifyCbLtkReq(eventParam->connectionHandle, randomTemp, ediv); in SMP_OnLtkReqEncProc()

Completed in 7 milliseconds