Home
last modified time | relevance | path

Searched refs:shell_strtobool (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/include/zephyr/shell/
Dshell_string_conv.h83 bool shell_strtobool(const char *str, int base, int *err);
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dpriv_beacon.c37 val.enabled = shell_strtobool(argv[1], 0, &err); in cmd_priv_beacon_set()
82 state = shell_strtobool(argv[1], 0, &err); in cmd_priv_gatt_proxy_set()
Dsol_pdu_rpl.c24 bool acked = shell_strtobool(argv[2], 0, &err); in cmd_srpl_clear()
Dbrg_cfg.c37 set = shell_strtobool(argv[1], 0, &err) ? BT_MESH_BRG_CFG_ENABLED in cmd_subnet_bridge_set()
Dcfg.c309 uint8_t val = shell_strtobool(argv[1], 0, &err); in cmd_beacon()
369 uint8_t val = shell_strtobool(argv[1], 0, &err); in cmd_friend()
399 uint8_t val = shell_strtobool(argv[1], 0, &err); in cmd_gatt_proxy()
496 uint8_t val = shell_strtobool(argv[1], 0, &err); in cmd_relay()
1555 pub.cred_flag = shell_strtobool(argv[2], 0, &err); in mod_pub_set()
Dshell.c264 onoff = shell_strtobool(argv[1], 0, &err); in cmd_lpn()
719 bool val = shell_strtobool(argv[1], 0, &err); in cmd_beacon_listen()
787 onoff = shell_strtobool(argv[1], 0, &err); in cmd_pb()
1050 enable = shell_strtobool(argv[1], 0, &err); in cmd_iv_update_test()
Ddfd.c226 params.apply = shell_strtobool(argv[4], 0, &err); in cmd_dfd_start()
Drpr.c393 composition_changed = (argc > 2 && shell_strtobool(argv[2], 0, &err)); in cmd_reprovision_remote()
/Zephyr-latest/subsys/input/
Dinput_utils.c32 enabled = shell_strtobool(argv[1], 0, &err); in input_cmd_dump()
80 sync = shell_strtobool(argv[4], 0, &err); in input_cmd_report()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_broadcast_assistant.c320 start_scan = shell_strtobool(argv[1], 0, &result); in cmd_bap_broadcast_assistant_scan_start()
382 param.pa_sync = shell_strtobool(argv[4], 0, &result); in cmd_bap_broadcast_assistant_add_src()
653 auto_scan.pa_sync = shell_strtobool(argv[2], 0, &err); in cmd_bap_broadcast_assistant_add_broadcast_id()
721 auto_scan.pa_sync = shell_strtobool(argv[2], 0, &err); in cmd_bap_broadcast_assistant_add_broadcast_name()
793 param.pa_sync = shell_strtobool(argv[2], 0, &result); in cmd_bap_broadcast_assistant_mod_src()
957 param.pa_sync = shell_strtobool(argv[1], 0, &err); in cmd_bap_broadcast_assistant_add_pa_sync()
Dcap_commander.c282 param.mute = shell_strtobool(argv[1], 10, &err); in cmd_cap_commander_change_volume_mute()
408 param.mute = shell_strtobool(argv[1], 10, &err); in cmd_cap_commander_change_microphone_mute()
Dbap_scan_delegator.c468 past_pref = shell_strtobool(argv[1], 10, &err); in cmd_bap_scan_delegator_set_past_pref()
Dvcp_vol_rend.c225 vcp_register_param.mute = shell_strtobool(kwarg, 10, &result); in cmd_vcp_vol_rend_init()
Dmcc.c700 subscribe = shell_strtobool(argv[1], 0, &result); in cmd_mcc_discover_mcs()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dcs.c75 params.enable_initiator_role = shell_strtobool(argv[1], 10, &err); in cmd_set_default_settings()
82 params.enable_reflector_role = shell_strtobool(argv[2], 10, &err); in cmd_set_default_settings()
Dbt.c3160 enable = shell_strtobool(argv[1], 10, &err); in cmd_set_path_loss_reporting_enable()
3878 enable = shell_strtobool(argv[1], 0, &err); in cmd_conn_bondable()
/Zephyr-latest/drivers/stepper/
Dstepper_shell.c179 bool enable = shell_strtobool(argv[ARG_IDX_PARAM], 10, &err); in cmd_stepper_enable()
/Zephyr-latest/subsys/shell/
Dshell_utils.c614 bool shell_strtobool(const char *str, int base, int *err) in shell_strtobool() function