D | shell.c | 42 } net = { variable 191 net.local = addr; in prov_complete() 192 net.net_idx = net_idx, in prov_complete() 193 net.dst = addr; in prov_complete() 202 net.net_idx = net_idx, in prov_node_added() 203 net.dst = addr; in prov_node_added() 413 if (addr == net.local) { in cmd_reset() 420 err = bt_mesh_cfg_node_reset(net.net_idx, net.dst, &reset); in cmd_reset() 582 err = bt_mesh_cfg_comp_data_get(net.net_idx, net.dst, page, &page, in cmd_get_comp() 602 shell_print(shell, "Got Composition Data for 0x%04x:", net.dst); in cmd_get_comp() [all …]
|