Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dapp_keys.h26 const struct bt_mesh_key *old_key, const struct bt_mesh_key *new_key);
Dsubnet.c768 int bt_mesh_subnet_set(uint16_t net_idx, uint8_t kr_phase, const struct bt_mesh_key *old_key, in bt_mesh_subnet_set() argument
783 if (old_key != NULL) { in bt_mesh_subnet_set()
784 err = subnet_key_set(sub, 0, old_key); in bt_mesh_subnet_set()
Dapp_keys.c400 const struct bt_mesh_key *old_key, const struct bt_mesh_key *new_key) in bt_mesh_app_key_set() argument
415 if (app_id_set(app, 0, old_key)) { in bt_mesh_app_key_set()