Lines Matching refs:shell_error
32 shell_error(ctx_shell, "discover failed (%d)", err); in cap_discover_cb()
43 shell_error(ctx_shell, "Volume change failed (%d)", err); in cap_volume_changed_cb()
53 shell_error(ctx_shell, "Volume mute change failed (%d)", err); in cap_volume_mute_changed_cb()
63 shell_error(ctx_shell, "Volume offset change failed (%d)", err); in cap_volume_offset_changed_cb()
76 shell_error(ctx_shell, "Microphone mute change failed (%d)", err); in cap_microphone_mute_changed_cb()
87 shell_error(ctx_shell, "Microphone gain change failed (%d)", err); in cap_microphone_gain_changed_cb()
100 shell_error(ctx_shell, "Broadcast reception start failed (%d)", err); in cap_broadcast_reception_start_cb()
110 shell_error(ctx_shell, "Broadcast reception stop failed (%d) for conn %p", err, in cap_broadcast_reception_stop_cb()
121 shell_error(ctx_shell, "Distribute broadcast code failed (%d) for conn %p", err, in cap_distribute_broadcast_code_cb()
171 shell_error(sh, "Not connected"); in cmd_cap_commander_discover()
186 shell_error(sh, "Fail: %d", err); in cmd_cap_commander_discover()
218 shell_error(sh, "Not connected"); in cmd_cap_commander_change_volume()
224 shell_error(sh, "Failed to parse volume from %s", argv[1]); in cmd_cap_commander_change_volume()
230 shell_error(sh, "Invalid volume %lu", volume); in cmd_cap_commander_change_volume()
278 shell_error(sh, "Not connected"); in cmd_cap_commander_change_volume_mute()
284 shell_error(sh, "Failed to parse volume mute from %s", argv[1]); in cmd_cap_commander_change_volume_mute()
331 shell_error(sh, "Not connected"); in cmd_cap_commander_change_volume_offset()
348 shell_error(sh, "Cannot use %zu arguments for %zu connections", argc, conn_cnt); in cmd_cap_commander_change_volume_offset()
361 shell_error(sh, "Failed to parse volume offset from %s", arg); in cmd_cap_commander_change_volume_offset()
367 shell_error(sh, "Invalid volume_offset %lu", volume_offset); in cmd_cap_commander_change_volume_offset()
404 shell_error(sh, "Not connected"); in cmd_cap_commander_change_microphone_mute()
410 shell_error(sh, "Failed to parse microphone mute from %s", argv[1]); in cmd_cap_commander_change_microphone_mute()
460 shell_error(sh, "Not connected"); in cmd_cap_commander_change_microphone_gain()
477 shell_error(sh, "Cannot use %zu arguments for %zu connections", argc, conn_cnt); in cmd_cap_commander_change_microphone_gain()
490 shell_error(sh, "Failed to parse volume offset from %s", arg); in cmd_cap_commander_change_microphone_gain()
496 shell_error(sh, "Invalid gain %lu", gain); in cmd_cap_commander_change_microphone_gain()
544 shell_error(sh, "Not connected"); in cmd_cap_commander_broadcast_reception_start()
564 shell_error(sh, "Invalid peer address (err %d)", err); in cmd_cap_commander_broadcast_reception_start()
571 shell_error(sh, "Could not parse adv_sid: %d", err); in cmd_cap_commander_broadcast_reception_start()
577 shell_error(sh, "Invalid adv_sid: %lu", adv_sid); in cmd_cap_commander_broadcast_reception_start()
586 shell_error(sh, "Could not parse broadcast_id: %d", err); in cmd_cap_commander_broadcast_reception_start()
592 shell_error(sh, "Invalid broadcast_id: %lu", broadcast_id); in cmd_cap_commander_broadcast_reception_start()
604 shell_error(sh, "Could not parse pa_interval: %d", err); in cmd_cap_commander_broadcast_reception_start()
611 shell_error(sh, "Invalid pa_interval: %lu", pa_interval); in cmd_cap_commander_broadcast_reception_start()
627 shell_error(sh, "Could not parse bis_sync: %d", err); in cmd_cap_commander_broadcast_reception_start()
633 shell_error(sh, "Invalid bis_sync: %lu", bis_sync); in cmd_cap_commander_broadcast_reception_start()
650 shell_error(sh, "Could not parse metadata"); in cmd_cap_commander_broadcast_reception_start()
706 shell_error(sh, "Not connected"); in cmd_cap_commander_broadcast_reception_stop()
725 shell_error(sh, "Cannot use %zu arguments for %zu connections", argc, conn_cnt); in cmd_cap_commander_broadcast_reception_stop()
736 shell_error(sh, "Could not parse src_id: %d", err); in cmd_cap_commander_broadcast_reception_stop()
742 shell_error(sh, "Invalid src_id: %lu", src_id); in cmd_cap_commander_broadcast_reception_stop()
782 shell_error(sh, "Not connected"); in cmd_cap_commander_distribute_broadcast_code()
803 shell_error(sh, "Cannot use %zu arguments for %zu connections", argc, conn_cnt); in cmd_cap_commander_distribute_broadcast_code()
809 shell_error(sh, "Broadcast code can be maximum %d characters", in cmd_cap_commander_distribute_broadcast_code()
820 shell_error(sh, "Could not parce src_id: %d", err); in cmd_cap_commander_distribute_broadcast_code()
824 shell_error(sh, "Invalid src_id: %lu", src_id); in cmd_cap_commander_distribute_broadcast_code()
849 shell_error(sh, "%s unknown parameter: %s", argv[0], argv[1]); in cmd_cap_commander()
851 shell_error(sh, "%s Missing subcommand", argv[0]); in cmd_cap_commander()