Home
last modified time | relevance | path

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

/subsys/bluetooth/mesh/shell/
A 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()
A Dsol_pdu_rpl.c24 bool acked = shell_strtobool(argv[2], 0, &err); in cmd_srpl_clear()
A 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()
A Dbrg_cfg.c37 set = shell_strtobool(argv[1], 0, &err) ? BT_MESH_BRG_CFG_ENABLED in cmd_subnet_bridge_set()
A Dshell.c253 onoff = shell_strtobool(argv[1], 0, &err); in cmd_lpn()
698 bool val = shell_strtobool(argv[1], 0, &err); in cmd_beacon_listen()
766 onoff = shell_strtobool(argv[1], 0, &err); in cmd_pb()
1029 enable = shell_strtobool(argv[1], 0, &err); in cmd_iv_update_test()
A Drpr.c389 composition_changed = (argc > 2 && shell_strtobool(argv[2], 0, &err)); in cmd_reprovision_remote()
A Ddfd.c226 params.apply = shell_strtobool(argv[4], 0, &err); in cmd_dfd_start()
/subsys/input/
A 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()
/subsys/bluetooth/audio/shell/
A Dbap_broadcast_assistant.c311 start_scan = shell_strtobool(argv[1], 0, &result); in cmd_bap_broadcast_assistant_scan_start()
373 param.pa_sync = shell_strtobool(argv[4], 0, &result); in cmd_bap_broadcast_assistant_add_src()
644 auto_scan.pa_sync = shell_strtobool(argv[2], 0, &err); in cmd_bap_broadcast_assistant_add_broadcast_id()
712 auto_scan.pa_sync = shell_strtobool(argv[2], 0, &err); in cmd_bap_broadcast_assistant_add_broadcast_name()
784 param.pa_sync = shell_strtobool(argv[2], 0, &result); in cmd_bap_broadcast_assistant_mod_src()
948 param.pa_sync = shell_strtobool(argv[1], 0, &err); in cmd_bap_broadcast_assistant_add_pa_sync()
A Dcap_commander.c285 param.mute = shell_strtobool(argv[1], 10, &err); in cmd_cap_commander_change_volume_mute()
411 param.mute = shell_strtobool(argv[1], 10, &err); in cmd_cap_commander_change_microphone_mute()
A Dbap_scan_delegator.c463 past_pref = shell_strtobool(argv[1], 10, &err); in cmd_bap_scan_delegator_set_past_pref()
A Dvcp_vol_rend.c207 vcp_register_param.mute = shell_strtobool(kwarg, 10, &result); in cmd_vcp_vol_rend_init()
A Dmcc.c676 subscribe = shell_strtobool(argv[1], 0, &result); in cmd_mcc_discover_mcs()
/subsys/bluetooth/host/shell/
A Dcs.c78 params.enable_initiator_role = shell_strtobool(argv[1], 10, &err); in cmd_set_default_settings()
85 params.enable_reflector_role = shell_strtobool(argv[2], 10, &err); in cmd_set_default_settings()
A Dbt.c3274 enable = shell_strtobool(argv[1], 10, &err); in cmd_set_path_loss_reporting_enable()
4071 enable = shell_strtobool(argv[1], 0, &err); in cmd_conn_bondable()
/subsys/bluetooth/host/classic/shell/
A Dgoep.c1071 final = shell_strtobool(argv[1], 0, &err); in cmd_goep_client_put()
1101 final = shell_strtobool(argv[1], 0, &err); in cmd_goep_client_get()
1189 final = shell_strtobool(argv[1], 0, &err); in cmd_goep_client_action()
A Dbredr.c774 enable = shell_strtobool(argv[1], 10, &err); in cmd_discoverable()
1311 enable = shell_strtobool(argv[1], 10, &err); in cmd_set_role_switchable()
A Dhfp.c491 hf_auto_select_codec = shell_strtobool(argv[1], 0, &err); in cmd_auto_select_codec()
/subsys/shell/
A Dshell_utils.c687 bool shell_strtobool(const char *str, int base, int *err) in shell_strtobool() function

Completed in 60 milliseconds