Lines Matching refs:shell_error

178 		shell_error(sh, "Not connected");  in cmd_cap_commander_discover()
189 shell_error(sh, "Fail: %d", err); in cmd_cap_commander_discover()
221 shell_error(sh, "Not connected"); in cmd_cap_commander_change_volume()
227 shell_error(sh, "Failed to parse volume from %s", argv[1]); in cmd_cap_commander_change_volume()
233 shell_error(sh, "Invalid volume %lu", volume); in cmd_cap_commander_change_volume()
281 shell_error(sh, "Not connected"); in cmd_cap_commander_change_volume_mute()
287 shell_error(sh, "Failed to parse volume mute from %s", argv[1]); in cmd_cap_commander_change_volume_mute()
334 shell_error(sh, "Not connected"); in cmd_cap_commander_change_volume_offset()
351 shell_error(sh, "Cannot use %zu arguments for %zu connections", argc, conn_cnt); in cmd_cap_commander_change_volume_offset()
364 shell_error(sh, "Failed to parse volume offset from %s", arg); in cmd_cap_commander_change_volume_offset()
370 shell_error(sh, "Invalid volume_offset %lu", volume_offset); in cmd_cap_commander_change_volume_offset()
407 shell_error(sh, "Not connected"); in cmd_cap_commander_change_microphone_mute()
413 shell_error(sh, "Failed to parse microphone mute from %s", argv[1]); in cmd_cap_commander_change_microphone_mute()
463 shell_error(sh, "Not connected"); in cmd_cap_commander_change_microphone_gain()
480 shell_error(sh, "Cannot use %zu arguments for %zu connections", argc, conn_cnt); in cmd_cap_commander_change_microphone_gain()
493 shell_error(sh, "Failed to parse volume offset from %s", arg); in cmd_cap_commander_change_microphone_gain()
499 shell_error(sh, "Invalid gain %lu", gain); in cmd_cap_commander_change_microphone_gain()
547 shell_error(sh, "Not connected"); in cmd_cap_commander_broadcast_reception_start()
567 shell_error(sh, "Invalid peer address (err %d)", err); in cmd_cap_commander_broadcast_reception_start()
574 shell_error(sh, "Could not parse adv_sid: %d", err); in cmd_cap_commander_broadcast_reception_start()
580 shell_error(sh, "Invalid adv_sid: %lu", adv_sid); in cmd_cap_commander_broadcast_reception_start()
589 shell_error(sh, "Could not parse broadcast_id: %d", err); in cmd_cap_commander_broadcast_reception_start()
595 shell_error(sh, "Invalid broadcast_id: %lu", broadcast_id); in cmd_cap_commander_broadcast_reception_start()
607 shell_error(sh, "Could not parse pa_interval: %d", err); in cmd_cap_commander_broadcast_reception_start()
614 shell_error(sh, "Invalid pa_interval: %lu", pa_interval); in cmd_cap_commander_broadcast_reception_start()
630 shell_error(sh, "Could not parse bis_sync: %d", err); in cmd_cap_commander_broadcast_reception_start()
636 shell_error(sh, "Invalid bis_sync: %lu", bis_sync); in cmd_cap_commander_broadcast_reception_start()
653 shell_error(sh, "Could not parse metadata"); in cmd_cap_commander_broadcast_reception_start()
709 shell_error(sh, "Not connected"); in cmd_cap_commander_broadcast_reception_stop()
728 shell_error(sh, "Cannot use %zu arguments for %zu connections", argc, conn_cnt); in cmd_cap_commander_broadcast_reception_stop()
739 shell_error(sh, "Could not parse src_id: %d", err); in cmd_cap_commander_broadcast_reception_stop()
745 shell_error(sh, "Invalid src_id: %lu", src_id); in cmd_cap_commander_broadcast_reception_stop()
785 shell_error(sh, "Not connected"); in cmd_cap_commander_distribute_broadcast_code()
806 shell_error(sh, "Cannot use %zu arguments for %zu connections", argc, conn_cnt); in cmd_cap_commander_distribute_broadcast_code()
812 shell_error(sh, "Broadcast code can be maximum %d characters", in cmd_cap_commander_distribute_broadcast_code()
823 shell_error(sh, "Could not parse src_id: %d", err); in cmd_cap_commander_distribute_broadcast_code()
827 shell_error(sh, "Invalid src_id: %lu", src_id); in cmd_cap_commander_distribute_broadcast_code()
852 shell_error(sh, "%s unknown parameter: %s", argv[0], argv[1]); in cmd_cap_commander()
854 shell_error(sh, "%s Missing subcommand", argv[0]); in cmd_cap_commander()