Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Dsubnet.h70 struct bt_mesh_subnet_keys { struct
Dbeacon.c142 struct bt_mesh_subnet_keys *keys; in secure_beacon_create()
199 struct bt_mesh_subnet_keys *keys = &sub->keys[SUBNET_KEY_TX_IDX(sub)]; in private_beacon_update()
522 static bool auth_match(struct bt_mesh_subnet_keys *keys, in auth_match()
752 struct bt_mesh_subnet_keys *keys; in bt_mesh_beacon_update()
Dsubnet.c197 static void subnet_keys_destroy(struct bt_mesh_subnet_keys *key) in subnet_keys_destroy()
307 static int net_keys_create(struct bt_mesh_subnet_keys *keys, bool import, const uint8_t key[16]) in net_keys_create()