/Zephyr-latest/include/zephyr/shell/ |
D | shell_string_conv.h | 83 bool shell_strtobool(const char *str, int base, int *err);
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | priv_beacon.c | 37 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()
|
D | sol_pdu_rpl.c | 24 bool acked = shell_strtobool(argv[2], 0, &err); in cmd_srpl_clear()
|
D | brg_cfg.c | 37 set = shell_strtobool(argv[1], 0, &err) ? BT_MESH_BRG_CFG_ENABLED in cmd_subnet_bridge_set()
|
D | cfg.c | 309 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()
|
D | shell.c | 264 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()
|
D | dfd.c | 226 params.apply = shell_strtobool(argv[4], 0, &err); in cmd_dfd_start()
|
D | rpr.c | 393 composition_changed = (argc > 2 && shell_strtobool(argv[2], 0, &err)); in cmd_reprovision_remote()
|
/Zephyr-latest/subsys/input/ |
D | input_utils.c | 32 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/ |
D | bap_broadcast_assistant.c | 320 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()
|
D | cap_commander.c | 282 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()
|
D | bap_scan_delegator.c | 468 past_pref = shell_strtobool(argv[1], 10, &err); in cmd_bap_scan_delegator_set_past_pref()
|
D | vcp_vol_rend.c | 225 vcp_register_param.mute = shell_strtobool(kwarg, 10, &result); in cmd_vcp_vol_rend_init()
|
D | mcc.c | 700 subscribe = shell_strtobool(argv[1], 0, &result); in cmd_mcc_discover_mcs()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | cs.c | 75 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()
|
D | bt.c | 3160 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/ |
D | stepper_shell.c | 179 bool enable = shell_strtobool(argv[ARG_IDX_PARAM], 10, &err); in cmd_stepper_enable()
|
/Zephyr-latest/subsys/shell/ |
D | shell_utils.c | 614 bool shell_strtobool(const char *str, int base, int *err) in shell_strtobool() function
|