Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.h79 int bt_mesh_beacon_auth(const uint8_t beacon_key[16], uint8_t flags,
Dnet.c438 return bt_mesh_beacon_auth(keys->beacon, flags, keys->net_id, in bt_mesh_net_beacon_update()
1023 bt_mesh_beacon_auth(keys->beacon, flags, keys->net_id, iv_index, in auth_match()
Dcrypto.c852 int bt_mesh_beacon_auth(const uint8_t beacon_key[16], uint8_t flags, in bt_mesh_beacon_auth() function