Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto.h83 int bt_mesh_beacon_auth(const struct bt_mesh_key *beacon_key, uint8_t flags,
Dbeacon.c531 if (bt_mesh_beacon_auth(&keys->beacon, params->flags, keys->net_id, params->iv_index, in auth_match()
766 bt_mesh_beacon_auth(&keys->beacon, flags, keys->net_id, bt_mesh.iv_index, in bt_mesh_beacon_update()
Dcrypto.c691 int bt_mesh_beacon_auth(const struct bt_mesh_key *beacon_key, uint8_t flags, in bt_mesh_beacon_auth() function
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c450 err = bt_mesh_beacon_auth(&beacon_key, flags, net_id, iv_index, auth); in beacon_create()