Lines Matching refs:shell_strtoul

342 	net_idx = shell_strtoul(argv[1], 0, &err);  in cmd_proxy_connect()
362 net_idx = shell_strtoul(argv[1], 0, &err); in cmd_proxy_disconnect()
384 net_idx = shell_strtoul(argv[1], 0, &err); in cmd_proxy_solicit()
407 val = shell_strtoul(argv[1], 10, &err); in cmd_input_num()
738 net_idx = shell_strtoul(argv[2], 0, &err); in cmd_provision_gatt()
739 addr = shell_strtoul(argv[3], 0, &err); in cmd_provision_gatt()
740 attention_duration = shell_strtoul(argv[4], 0, &err); in cmd_provision_gatt()
833 bt_mesh_input_action_t action = shell_strtoul(argv[1], 10, &err); in cmd_auth_method_set_input()
834 uint8_t size = shell_strtoul(argv[2], 10, &err); in cmd_auth_method_set_input()
852 bt_mesh_output_action_t action = shell_strtoul(argv[1], 10, &err); in cmd_auth_method_set_output()
853 uint8_t size = shell_strtoul(argv[2], 10, &err); in cmd_auth_method_set_output()
909 net_idx = shell_strtoul(argv[2], 0, &err); in cmd_provision_adv()
910 addr = shell_strtoul(argv[3], 0, &err); in cmd_provision_adv()
911 attention_duration = shell_strtoul(argv[4], 0, &err); in cmd_provision_adv()
933 net_idx = shell_strtoul(argv[1], 0, &err); in cmd_provision_local()
934 addr = shell_strtoul(argv[2], 0, &err); in cmd_provision_local()
937 iv_index = shell_strtoul(argv[3], 0, &err); in cmd_provision_local()
1078 fault_id = shell_strtoul(argv[1], 0, &err); in cmd_add_fault()
1138 fault_id = shell_strtoul(argv[1], 0, &err); in cmd_del_fault()
1321 addr = shell_strtoul(argv[2], 0, &err); in cmd_cdb_node_add()
1322 num_elem = shell_strtoul(argv[3], 0, &err); in cmd_cdb_node_add()
1323 net_idx = shell_strtoul(argv[4], 0, &err); in cmd_cdb_node_add()
1365 addr = shell_strtoul(argv[1], 0, &err); in cmd_cdb_node_del()
1393 net_idx = shell_strtoul(argv[1], 0, &err); in cmd_cdb_subnet_add()
1434 net_idx = shell_strtoul(argv[1], 0, &err); in cmd_cdb_subnet_del()
1462 net_idx = shell_strtoul(argv[1], 0, &err); in cmd_cdb_app_key_add()
1463 app_idx = shell_strtoul(argv[2], 0, &err); in cmd_cdb_app_key_add()
1504 app_idx = shell_strtoul(argv[1], 0, &err); in cmd_cdb_app_key_del()
1539 bt_mesh_shell_target_ctx.dst = shell_strtoul(argv[1], 0, &err); in cmd_dst()
1561 bt_mesh_shell_target_ctx.net_idx = shell_strtoul(argv[1], 0, &err); in cmd_netidx()
1580 bt_mesh_shell_target_ctx.app_idx = shell_strtoul(argv[1], 0, &err); in cmd_appidx()