Searched refs:shell_strtobool (Results 1 – 15 of 15) sorted by relevance
/Zephyr-Core-3.7.0/include/zephyr/shell/ |
D | shell_string_conv.h | 83 bool shell_strtobool(const char *str, int base, int *err);
|
/Zephyr-Core-3.7.0/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 | 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-Core-3.7.0/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-Core-3.7.0/subsys/bluetooth/audio/shell/ |
D | bap_broadcast_assistant.c | 322 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()
|
D | cap_commander.c | 258 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()
|
D | vcp_vol_rend.c | 225 vcp_register_param.mute = shell_strtobool(kwarg, 10, &result); in cmd_vcp_vol_rend_init()
|
D | bap_scan_delegator.c | 455 past_pref = shell_strtobool(argv[1], 10, &err); in cmd_bap_scan_delegator_set_past_pref()
|
D | mcc.c | 700 subscribe = shell_strtobool(argv[1], 0, &result); in cmd_mcc_discover_mcs()
|
/Zephyr-Core-3.7.0/subsys/shell/ |
D | shell_utils.c | 603 bool shell_strtobool(const char *str, int base, int *err) in shell_strtobool() function
|
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/ |
D | bt.c | 3005 enable = shell_strtobool(argv[1], 10, &err); in cmd_set_path_loss_reporting_enable()
|