Searched refs:bt_mesh_cfg_cli_net_key_update (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_brg.c | 988 ASSERT_OK(bt_mesh_cfg_cli_net_key_update(0, BRIDGE_ADDR, net_idx, key, &status)); in start_krp() 994 ASSERT_OK(bt_mesh_cfg_cli_net_key_update(0, addr, net_idx, key, &status)); in start_krp()
|
D | test_beacon.c | 662 err = bt_mesh_cfg_cli_net_key_update(0, cfg->addr, 0, test_net_key_2, &status); in test_rx_kr_old_key() 881 err = bt_mesh_cfg_cli_net_key_update(0, cfg->addr, i + 1, in test_rx_multiple_netkeys()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cfg_cli.h | 1510 int bt_mesh_cfg_cli_net_key_update(uint16_t net_idx, uint16_t addr, uint16_t key_net_idx,
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | cfg.c | 630 err = bt_mesh_cfg_cli_net_key_update(bt_mesh_shell_target_ctx.net_idx, in cmd_net_key_update()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | cfg_cli.c | 1342 int bt_mesh_cfg_cli_net_key_update(uint16_t net_idx, uint16_t addr, uint16_t key_net_idx, in bt_mesh_cfg_cli_net_key_update() function
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 2999 err = bt_mesh_cfg_cli_net_key_update(sys_le16_to_cpu(cp->net_idx), in config_netkey_update()
|