Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dbeacon.c522 static bool auth_match(struct bt_mesh_subnet_keys *keys, in auth_match() function
550 if (sub->keys[i].valid && auth_match(&sub->keys[i], params)) { in secure_beacon_authenticate()