Lines Matching refs:net_idx

26 	err = bt_mesh_cfg_cli_node_reset(bt_mesh_shell_target_ctx.net_idx,  in cmd_reset()
94 err = bt_mesh_cfg_cli_comp_data_get(bt_mesh_shell_target_ctx.net_idx, in cmd_get_comp()
306 err = bt_mesh_cfg_cli_beacon_get(bt_mesh_shell_target_ctx.net_idx, in cmd_beacon()
316 err = bt_mesh_cfg_cli_beacon_set(bt_mesh_shell_target_ctx.net_idx, in cmd_beacon()
336 err = bt_mesh_cfg_cli_ttl_get(bt_mesh_shell_target_ctx.net_idx, in cmd_ttl()
346 err = bt_mesh_cfg_cli_ttl_set(bt_mesh_shell_target_ctx.net_idx, in cmd_ttl()
366 err = bt_mesh_cfg_cli_friend_get(bt_mesh_shell_target_ctx.net_idx, in cmd_friend()
376 err = bt_mesh_cfg_cli_friend_set(bt_mesh_shell_target_ctx.net_idx, in cmd_friend()
396 err = bt_mesh_cfg_cli_gatt_proxy_get(bt_mesh_shell_target_ctx.net_idx, in cmd_gatt_proxy()
406 err = bt_mesh_cfg_cli_gatt_proxy_set(bt_mesh_shell_target_ctx.net_idx, in cmd_gatt_proxy()
432 err = bt_mesh_cfg_cli_lpn_timeout_get(bt_mesh_shell_target_ctx.net_idx, in cmd_polltimeout_get()
450 err = bt_mesh_cfg_cli_net_transmit_get(bt_mesh_shell_target_ctx.net_idx, in cmd_net_transmit()
470 err = bt_mesh_cfg_cli_net_transmit_set(bt_mesh_shell_target_ctx.net_idx, in cmd_net_transmit()
492 err = bt_mesh_cfg_cli_relay_get(bt_mesh_shell_target_ctx.net_idx, in cmd_relay()
521 err = bt_mesh_cfg_cli_relay_set(bt_mesh_shell_target_ctx.net_idx, in cmd_relay()
591 err = bt_mesh_cfg_cli_net_key_add(bt_mesh_shell_target_ctx.net_idx, in cmd_net_key_add()
630 err = bt_mesh_cfg_cli_net_key_update(bt_mesh_shell_target_ctx.net_idx, in cmd_net_key_update()
655 err = bt_mesh_cfg_cli_net_key_get(bt_mesh_shell_target_ctx.net_idx, in cmd_net_key_get()
682 err = bt_mesh_cfg_cli_net_key_del(bt_mesh_shell_target_ctx.net_idx, in cmd_net_key_del()
753 err = bt_mesh_cfg_cli_app_key_add(bt_mesh_shell_target_ctx.net_idx, in cmd_app_key_add()
795 err = bt_mesh_cfg_cli_app_key_update(bt_mesh_shell_target_ctx.net_idx, in cmd_app_key_upd()
815 uint16_t net_idx; in cmd_app_key_get() local
823 net_idx = shell_strtoul(argv[1], 0, &err); in cmd_app_key_get()
829 err = bt_mesh_cfg_cli_app_key_get(bt_mesh_shell_target_ctx.net_idx, in cmd_app_key_get()
830 bt_mesh_shell_target_ctx.dst, net_idx, &status, keys, &cnt); in cmd_app_key_get()
841 shell_print(sh, "AppKeys for NetKey 0x%03x known by 0x%04x:", net_idx, in cmd_app_key_get()
852 uint16_t net_idx; in cmd_node_id() local
856 net_idx = shell_strtoul(argv[1], 0, &err); in cmd_node_id()
863 err = bt_mesh_cfg_cli_node_identity_get(bt_mesh_shell_target_ctx.net_idx, in cmd_node_id()
864 bt_mesh_shell_target_ctx.dst, net_idx, &status, in cmd_node_id()
878 err = bt_mesh_cfg_cli_node_identity_set(bt_mesh_shell_target_ctx.net_idx, in cmd_node_id()
879 bt_mesh_shell_target_ctx.dst, net_idx, in cmd_node_id()
909 err = bt_mesh_cfg_cli_app_key_del(bt_mesh_shell_target_ctx.net_idx, in cmd_app_key_del()
948 err = bt_mesh_cfg_cli_mod_app_bind_vnd(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_app_bind()
952 err = bt_mesh_cfg_cli_mod_app_bind(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_app_bind()
992 err = bt_mesh_cfg_cli_mod_app_unbind_vnd(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_app_unbind()
996 err = bt_mesh_cfg_cli_mod_app_unbind(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_app_unbind()
1039 err = bt_mesh_cfg_cli_mod_app_get_vnd(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_app_get()
1043 err = bt_mesh_cfg_cli_mod_app_get(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_app_get()
1092 err = bt_mesh_cfg_cli_mod_sub_add_vnd(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_sub_add()
1096 err = bt_mesh_cfg_cli_mod_sub_add(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_sub_add()
1136 err = bt_mesh_cfg_cli_mod_sub_del_vnd(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_sub_del()
1140 err = bt_mesh_cfg_cli_mod_sub_del(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_sub_del()
1185 err = bt_mesh_cfg_cli_mod_sub_va_add_vnd(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_sub_add_va()
1189 err = bt_mesh_cfg_cli_mod_sub_va_add(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_sub_add_va()
1235 err = bt_mesh_cfg_cli_mod_sub_va_del_vnd(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_sub_del_va()
1239 err = bt_mesh_cfg_cli_mod_sub_va_del(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_sub_del_va()
1280 err = bt_mesh_cfg_cli_mod_sub_overwrite_vnd(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_sub_ow()
1284 err = bt_mesh_cfg_cli_mod_sub_overwrite(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_sub_ow()
1329 err = bt_mesh_cfg_cli_mod_sub_va_overwrite_vnd(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_sub_ow_va()
1333 err = bt_mesh_cfg_cli_mod_sub_va_overwrite(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_sub_ow_va()
1373 err = bt_mesh_cfg_cli_mod_sub_del_all_vnd(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_sub_del_all()
1377 err = bt_mesh_cfg_cli_mod_sub_del_all(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_sub_del_all()
1420 err = bt_mesh_cfg_cli_mod_sub_get_vnd(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_sub_get()
1424 err = bt_mesh_cfg_cli_mod_sub_get(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_sub_get()
1466 err = bt_mesh_cfg_cli_krp_get(bt_mesh_shell_target_ctx.net_idx, in cmd_krp()
1477 err = bt_mesh_cfg_cli_krp_set(bt_mesh_shell_target_ctx.net_idx, in cmd_krp()
1500 err = bt_mesh_cfg_cli_mod_pub_get(bt_mesh_shell_target_ctx.net_idx, in mod_pub_get()
1504 err = bt_mesh_cfg_cli_mod_pub_get_vnd(bt_mesh_shell_target_ctx.net_idx, in mod_pub_get()
1585 err = bt_mesh_cfg_cli_mod_pub_set(bt_mesh_shell_target_ctx.net_idx, in mod_pub_set()
1589 err = bt_mesh_cfg_cli_mod_pub_set_vnd(bt_mesh_shell_target_ctx.net_idx, in mod_pub_set()
1685 err = bt_mesh_cfg_cli_hb_sub_get(bt_mesh_shell_target_ctx.net_idx, in hb_sub_get()
1715 err = bt_mesh_cfg_cli_hb_sub_set(bt_mesh_shell_target_ctx.net_idx, in hb_sub_set()
1751 err = bt_mesh_cfg_cli_hb_pub_get(bt_mesh_shell_target_ctx.net_idx, in hb_pub_get()
1765 shell_print(sh, "\tttl 0x%02x feat 0x%04x net_idx 0x%04x", pub.ttl, pub.feat, pub.net_idx); in hb_pub_get()
1781 pub.net_idx = shell_strtoul(argv[6], 0, &err); in hb_pub_set()
1787 err = bt_mesh_cfg_cli_hb_pub_set(bt_mesh_shell_target_ctx.net_idx, in hb_pub_set()