Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.c1017 uint8_t net_auth[8] = {0}; in auth_match() local
1024 net_auth); in auth_match()
1026 if (memcmp(auth, net_auth, 8)) { in auth_match()
1028 bt_hex(auth, 8), bt_hex(net_auth, 8)); in auth_match()