Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto.h154 int bt_mesh_beacon_encrypt(const struct bt_mesh_key *pbk, uint8_t flags, uint32_t iv_index,
Dbeacon.c203 err = bt_mesh_beacon_encrypt(&keys->priv_beacon, flags, bt_mesh.iv_index, in private_beacon_update()
Dcrypto.c818 int bt_mesh_beacon_encrypt(const struct bt_mesh_key *pbk, uint8_t flags, uint32_t iv_index, in bt_mesh_beacon_encrypt() function
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c1261 bt_mesh_beacon_encrypt(&priv_beacon_key, flags, iv_index, in private_beacon_create()