Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/shell/
Dshell_string_conv.h83 bool shell_strtobool(const char *str, int base, int *err);
/Zephyr-Core-3.7.0/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()
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-Core-3.7.0/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-Core-3.7.0/subsys/bluetooth/audio/shell/
Dbap_broadcast_assistant.c322 start_scan = shell_strtobool(argv[1], 0, &result); in cmd_bap_broadcast_assistant_scan_start()
384 param.pa_sync = shell_strtobool(argv[4], 0, &result); in cmd_bap_broadcast_assistant_add_src()
655 auto_scan.pa_sync = shell_strtobool(argv[2], 0, &err); in cmd_bap_broadcast_assistant_add_broadcast_id()
723 auto_scan.pa_sync = shell_strtobool(argv[2], 0, &err); in cmd_bap_broadcast_assistant_add_broadcast_name()
795 param.pa_sync = shell_strtobool(argv[2], 0, &result); in cmd_bap_broadcast_assistant_mod_src()
959 param.pa_sync = shell_strtobool(argv[1], 0, &err); in cmd_bap_broadcast_assistant_add_pa_sync()
Dcap_commander.c258 param.mute = shell_strtobool(argv[1], 10, &err); in cmd_cap_commander_change_volume_mute()
384 param.mute = shell_strtobool(argv[1], 10, &err); in cmd_cap_commander_change_microphone_mute()
Dvcp_vol_rend.c225 vcp_register_param.mute = shell_strtobool(kwarg, 10, &result); in cmd_vcp_vol_rend_init()
Dbap_scan_delegator.c455 past_pref = shell_strtobool(argv[1], 10, &err); in cmd_bap_scan_delegator_set_past_pref()
Dmcc.c700 subscribe = shell_strtobool(argv[1], 0, &result); in cmd_mcc_discover_mcs()
/Zephyr-Core-3.7.0/subsys/shell/
Dshell_utils.c603 bool shell_strtobool(const char *str, int base, int *err) in shell_strtobool() function
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Dbt.c3005 enable = shell_strtobool(argv[1], 10, &err); in cmd_set_path_loss_reporting_enable()