Home
last modified time | relevance | path

Searched refs:SMP_RPA_HIGH_BIT_LEN (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_privacy.c58 pEncCmdData->address + SMP_RPA_HIGH_BIT_LEN, returnParam->encryptedData, SMP_RPA_HIGH_BIT_LEN); in SMP_GenerateRpaStep1()
80 if (memcmp(returnParam->encryptedData, pEncCmdData->address, BT_ADDRESS_SIZE - SMP_RPA_HIGH_BIT_LEN) != 0x00) { in SMP_ResolveRpaStep1()
H A Dsmp.c814 (void)memcpy_s(message, sizeof(message), addr + SMP_RPA_HIGH_BIT_LEN, SMP_RPA_HIGH_BIT_LEN); in SMP_ResolveRPA()
822 if (memcmp(encryptedData, addr, SMP_RPA_HIGH_BIT_LEN) != 0x00) { in SMP_ResolveRPA()
863 (void)memcpy_s(message, sizeof(message), param->addr + SMP_RPA_HIGH_BIT_LEN, SMP_RPA_HIGH_BIT_LEN); in SMP_AsyncResoRpaTask()
910 (void)memcpy_s(address, sizeof(address), (uint8_t *)&number, SMP_RPA_HIGH_BIT_LEN); in SMP_GenRpaTask()
913 for (int i = 0; i < (BT_ADDRESS_SIZE - SMP_RPA_HIGH_BIT_LEN); i++) { in SMP_GenRpaTask()
914 message[sizeof(message) - SMP_RPA_HIGH_BIT_LEN + i] = address[i]; in SMP_GenRpaTask()
H A Dsmp_def.h93 #define SMP_RPA_HIGH_BIT_LEN 0x03 macro

Completed in 5 milliseconds