Lines Matching refs:net_idx
90 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_scan()
132 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_scan_ext()
173 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_scan_srv()
207 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_scan_caps()
235 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_scan_get()
263 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_scan_stop()
288 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_link_get()
314 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_link_close()
335 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_provision_remote()
340 uint16_t net_idx; in cmd_provision_remote() local
351 net_idx = shell_strtoul(argv[2], 0, &err); in cmd_provision_remote()
359 &srv, uuid, net_idx, addr); in cmd_provision_remote()
371 .net_idx = bt_mesh_shell_target_ctx.net_idx, in cmd_reprovision_remote()