| /Zephyr-latest/tests/bsim/bluetooth/mesh/src/ | 
| D | test_proxy_sol.c | 115 	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()
  | 
| D | test_provision.c | 618 	ASSERT_OK(bt_mesh_cfg_cli_app_key_add(0, current_dev_addr, 0, 0, test_app_key,  in node_configure_and_reset() 1133 	ASSERT_OK(bt_mesh_cfg_cli_app_key_add(0, current_dev_addr, 0, 0, test_app_key,  in reprovision_remote_devkey_client() 1200 	ASSERT_EQUAL(-ETIMEDOUT, bt_mesh_cfg_cli_app_key_add(0, current_dev_addr - 1, 0, 0,  in reprovision_remote_address_client() 1206 	ASSERT_EQUAL(-ETIMEDOUT, bt_mesh_cfg_cli_app_key_add(0, current_dev_addr - 1, 0, 0,  in reprovision_remote_address_client() 1216 	ASSERT_OK(bt_mesh_cfg_cli_app_key_add(0, current_dev_addr, 0, 0, test_app_key,  in reprovision_remote_address_client() 1251 	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() 1450 	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() 1494 	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()
  | 
| D | test_op_agg.c | 142 	err = bt_mesh_cfg_cli_app_key_add(0, addr, 0, 0, test_app_key, &status);  in op_agg_test_prov_and_conf()
  | 
| D | test_sar.c | 160 	err = bt_mesh_cfg_cli_app_key_add(0, addr, 0, 0, test_app_key, &status);  in prov_and_conf()
  | 
| D | test_cdp1.c | 301 	err = bt_mesh_cfg_cli_app_key_add(0, cfg.addr, 0, 0, app_key, &status);  in provision_and_configure()
  | 
| D | test_suspend.c | 168 	err = bt_mesh_cfg_cli_app_key_add(0, cfg.addr, 0, 0, app_key, &status);  in provision_and_configure()
  | 
| D | test_lcd.c | 152 	ASSERT_OK(bt_mesh_cfg_cli_app_key_add(0, cfg.addr, 0, 0, test_app_key, &status));  in prov_and_conf()
  | 
| D | test_brg.c | 170 	err = bt_mesh_cfg_cli_app_key_add(0, PROV_ADDR, 0, 0, test_app_key, &status);  in tester_setup() 288 	err = bt_mesh_cfg_cli_app_key_add(net_key_idx, addr, net_key_idx, 0, test_app_key, &status);  in tester_device_configure()
  | 
| D | mesh_test.c | 255 	err = bt_mesh_cfg_cli_app_key_add(0, cfg->addr, 0, 0, test_app_key, &status);  in bt_mesh_device_provision_and_configure()
  | 
| D | test_transport.c | 279 	ASSERT_OK_MSG(bt_mesh_cfg_cli_app_key_add(0, cfg->addr, 0, 1, app_key, &status),  in test_tx_unknown_app()
  | 
| D | test_access.c | 327 	err = bt_mesh_cfg_cli_app_key_add(0, addr, 0, 0, app_key, &status);  in common_configure()
  | 
| D | test_persistence.c | 564 		err = bt_mesh_cfg_cli_app_key_add(test_netkey_idx, TEST_ADDR, test_netkey_idx,  in node_configure()
  | 
| D | test_dfu.c | 364 	err = bt_mesh_cfg_cli_app_key_add(0, addr, 0, 0, test_app_key, &status);  in common_configure()
  | 
| D | test_blob.c | 307 	err = bt_mesh_cfg_cli_app_key_add(0, addr, 0, 0, app_key, &status);  in common_configure()
  | 
| /Zephyr-latest/samples/bluetooth/mesh_provisioner/src/ | 
| D | main.c | 119 	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/ | 
| D | main.c | 123 	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/ | 
| D | mesh.c | 614 	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/ | 
| D | cfg_cli.h | 842 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/ | 
| D | cfg.c | 753 	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/ | 
| D | cfg_cli.c | 1407 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/ | 
| D | btp_mesh.c | 3078 	err = bt_mesh_cfg_cli_app_key_add(sys_le16_to_cpu(cp->net_idx),  in config_appkey_add()
  |