Home
last modified time | relevance | path

Searched refs:bt_mesh_cfg_cli_app_key_add (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_proxy_sol.c115 err = bt_mesh_cfg_cli_app_key_add(0, tester_cfg.addr, 0, 0, test_app_key, &status); in tester_configure()
134 err = bt_mesh_cfg_cli_app_key_add(0, iut_cfg.addr, 0, 0, test_app_key, &status); in iut_configure()
Dtest_provision.c576 ASSERT_OK(bt_mesh_cfg_cli_app_key_add(0, current_dev_addr, 0, 0, test_app_key, in node_configure_and_reset()
1092 ASSERT_OK(bt_mesh_cfg_cli_app_key_add(0, current_dev_addr, 0, 0, test_app_key, in reprovision_remote_devkey_client()
1159 ASSERT_EQUAL(-ETIMEDOUT, bt_mesh_cfg_cli_app_key_add(0, current_dev_addr - 1, 0, 0, in reprovision_remote_address_client()
1165 ASSERT_EQUAL(-ETIMEDOUT, bt_mesh_cfg_cli_app_key_add(0, current_dev_addr - 1, 0, 0, in reprovision_remote_address_client()
1175 ASSERT_OK(bt_mesh_cfg_cli_app_key_add(0, current_dev_addr, 0, 0, test_app_key, in reprovision_remote_address_client()
1210 ASSERT_OK(bt_mesh_cfg_cli_app_key_add(0, current_dev_addr, 0, 0, test_app_key, &status)); in test_provisioner_pb_remote_client_nppi_robustness()
1409 ASSERT_OK(bt_mesh_cfg_cli_app_key_add(0, pb_remote_server_addr, 0, 0, test_app_key, in test_provisioner_pb_remote_client_ncrp_provision()
1453 ASSERT_OK(bt_mesh_cfg_cli_app_key_add(0, current_dev_addr, 0, 0, test_app_key, &status)); in test_device_pb_remote_client_server_same_dev()
Dtest_op_agg.c142 err = bt_mesh_cfg_cli_app_key_add(0, addr, 0, 0, test_app_key, &status); in op_agg_test_prov_and_conf()
Dtest_sar.c160 err = bt_mesh_cfg_cli_app_key_add(0, addr, 0, 0, test_app_key, &status); in prov_and_conf()
Dtest_cdp1.c301 err = bt_mesh_cfg_cli_app_key_add(0, cfg.addr, 0, 0, app_key, &status); in provision_and_configure()
Dtest_suspend.c168 err = bt_mesh_cfg_cli_app_key_add(0, cfg.addr, 0, 0, app_key, &status); in provision_and_configure()
Dtest_lcd.c152 ASSERT_OK(bt_mesh_cfg_cli_app_key_add(0, cfg.addr, 0, 0, test_app_key, &status)); in prov_and_conf()
Dtest_brg.c170 err = bt_mesh_cfg_cli_app_key_add(0, PROV_ADDR, 0, 0, test_app_key, &status); in tester_setup()
285 err = bt_mesh_cfg_cli_app_key_add(net_key_idx, addr, net_key_idx, 0, test_app_key, &status); in tester_device_configure()
Dmesh_test.c255 err = bt_mesh_cfg_cli_app_key_add(0, cfg->addr, 0, 0, test_app_key, &status); in bt_mesh_device_provision_and_configure()
Dtest_transport.c279 ASSERT_OK_MSG(bt_mesh_cfg_cli_app_key_add(0, cfg->addr, 0, 1, app_key, &status), in test_tx_unknown_app()
Dtest_access.c327 err = bt_mesh_cfg_cli_app_key_add(0, addr, 0, 0, app_key, &status); in common_configure()
Dtest_persistence.c564 err = bt_mesh_cfg_cli_app_key_add(test_netkey_idx, TEST_ADDR, test_netkey_idx, in node_configure()
Dtest_blob.c307 err = bt_mesh_cfg_cli_app_key_add(0, addr, 0, 0, app_key, &status); in common_configure()
Dtest_dfu.c364 err = bt_mesh_cfg_cli_app_key_add(0, addr, 0, 0, test_app_key, &status); in common_configure()
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/
Dmain.c119 err = bt_mesh_cfg_cli_app_key_add(self->net_idx, self->addr, self->net_idx, app_idx, in configure_self()
169 err = bt_mesh_cfg_cli_app_key_add(net_idx, node->addr, net_idx, app_idx, app_key, &status); in configure_node()
/Zephyr-latest/samples/bluetooth/mesh_demo/src/
Dmain.c123 bt_mesh_cfg_cli_app_key_add(net_idx, addr, net_idx, app_idx, app_key, NULL); in configure()
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmesh.c614 err = bt_mesh_cfg_cli_app_key_add(NET_IDX, addr, NET_IDX, APP_IDX, in provision_and_configure()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg_cli.h842 int bt_mesh_cfg_cli_app_key_add(uint16_t net_idx, uint16_t addr, uint16_t key_net_idx,
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dcfg.c753 err = bt_mesh_cfg_cli_app_key_add(bt_mesh_shell_target_ctx.net_idx, in cmd_app_key_add()
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg_cli.c1407 int bt_mesh_cfg_cli_app_key_add(uint16_t net_idx, uint16_t addr, uint16_t key_net_idx, in bt_mesh_cfg_cli_app_key_add() function
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c3078 err = bt_mesh_cfg_cli_app_key_add(sys_le16_to_cpu(cp->net_idx), in config_appkey_add()