Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c94 static uint8_t last_random[13]; variable
1086 ret = memcmp(beacon.random, last_random, 13) == 0; in private_beacon_check()
1088 ret = memcmp(beacon.random, last_random, 13) != 0; in private_beacon_check()
1091 memcpy(&last_random, beacon.random, 13); in private_beacon_check()