Lines Matching refs:net_idx
86 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_scan()
128 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_scan_ext()
169 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_scan_srv()
203 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_scan_caps()
231 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_scan_get()
259 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_scan_stop()
284 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_link_get()
310 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_link_close()
331 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_provision_remote()
336 uint16_t net_idx; in cmd_provision_remote() local
347 net_idx = shell_strtoul(argv[2], 0, &err); in cmd_provision_remote()
355 &srv, uuid, net_idx, addr); in cmd_provision_remote()
367 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_reprovision_remote()