Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c80 static uint8_t last_random[13]; variable
1006 ret = memcmp(beacon.random, last_random, 13) == 0; in private_beacon_check()
1008 ret = memcmp(beacon.random, last_random, 13) != 0; in private_beacon_check()
1011 memcpy(&last_random, beacon.random, 13); in private_beacon_check()