Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dbeacon.c525 uint8_t net_auth[8]; in auth_match() local
532 net_auth)) { in auth_match()
536 if (memcmp(params->auth, net_auth, 8)) { in auth_match()
538 LOG_WRN("Calculated auth: %s", bt_hex(net_auth, 8)); in auth_match()