Lines Matching +full:fail +full:- +full:fast

7  * Copyright (c) 2020 - 2021 Nordic Semiconductor ASA
9 * SPDX-License-Identifier: Apache-2.0
394 "Command send failed (%d) - opcode: %d, param: %d", in mcc_send_cmd_cb()
395 err, cmd->opcode, cmd->param); in mcc_send_cmd_cb()
399 shell_print(ctx_shell, "Command opcode: %d, param: %d", cmd->opcode, cmd->param); in mcc_send_cmd_cb()
408 "Command notification error (%d) - opcode: %d, result: %d", in mcc_cmd_ntf_cb()
409 err, ntf->requested_opcode, ntf->result_code); in mcc_cmd_ntf_cb()
414 ntf->requested_opcode, ntf->result_code); in mcc_cmd_ntf_cb()
524 shell_print(ctx_shell, "Icon content (%d octets)", buf->len); in mcc_icon_object_read_cb()
525 shell_hexdump(ctx_shell, buf->data, buf->len); in mcc_icon_object_read_cb()
538 shell_print(ctx_shell, "Track Segments content (%d octets)", buf->len); in mcc_track_segments_object_read_cb()
539 shell_hexdump(ctx_shell, buf->data, buf->len); in mcc_track_segments_object_read_cb()
551 shell_print(ctx_shell, "Current Track content (%d octets)", buf->len); in mcc_otc_read_current_track_object_cb()
552 shell_hexdump(ctx_shell, buf->data, buf->len); in mcc_otc_read_current_track_object_cb()
564 shell_print(ctx_shell, "Next Track content (%d octets)", buf->len); in mcc_otc_read_next_track_object_cb()
565 shell_hexdump(ctx_shell, buf->data, buf->len); in mcc_otc_read_next_track_object_cb()
577 shell_print(ctx_shell, "Parent Group content (%d octets)", buf->len); in mcc_otc_read_parent_group_object_cb()
578 shell_hexdump(ctx_shell, buf->data, buf->len); in mcc_otc_read_parent_group_object_cb()
590 shell_print(ctx_shell, "Current Group content (%d octets)", buf->len); in mcc_otc_read_current_group_object_cb()
591 shell_hexdump(ctx_shell, buf->data, buf->len); in mcc_otc_read_current_group_object_cb()
688 shell_error(sh, "Fail: %d", result); in cmd_mcc_init()
705 return -ENOEXEC; in cmd_mcc_discover_mcs()
711 shell_error(sh, "Fail: %d", result); in cmd_mcc_discover_mcs()
723 shell_error(sh, "Fail: %d", result); in cmd_mcc_read_player_name()
736 shell_error(sh, "Fail: %d", result); in cmd_mcc_read_icon_obj_id()
750 shell_error(sh, "Fail: %d", result); in cmd_mcc_read_icon_url()
764 shell_error(sh, "Fail: %d", result); in cmd_mcc_read_track_title()
778 shell_error(sh, "Fail: %d", result); in cmd_mcc_read_track_duration()
792 shell_error(sh, "Fail: %d", result); in cmd_mcc_read_track_position()
809 return -ENOEXEC; in cmd_mcc_set_track_position()
815 return -ENOEXEC; in cmd_mcc_set_track_position()
820 shell_print(sh, "Fail: %d", result); in cmd_mcc_set_track_position()
835 shell_error(sh, "Fail: %d", result); in cmd_mcc_read_playback_speed()
853 return -ENOEXEC; in cmd_mcc_set_playback_speed()
859 return -ENOEXEC; in cmd_mcc_set_playback_speed()
864 shell_print(sh, "Fail: %d", result); in cmd_mcc_set_playback_speed()
878 shell_print(sh, "Fail: %d", result); in cmd_mcc_read_seeking_speed()
893 shell_error(sh, "Fail: %d", result); in cmd_mcc_read_track_segments_obj_id()
906 shell_error(sh, "Fail: %d", result); in cmd_mcc_read_current_track_obj_id()
921 return -ENOEXEC; in cmd_mcc_set_current_track_obj_id()
927 return -ENOEXEC; in cmd_mcc_set_current_track_obj_id()
932 shell_print(sh, "Fail: %d", result); in cmd_mcc_set_current_track_obj_id()
944 shell_error(sh, "Fail: %d", result); in cmd_mcc_read_next_track_obj_id()
959 return -ENOEXEC; in cmd_mcc_set_next_track_obj_id()
965 return -ENOEXEC; in cmd_mcc_set_next_track_obj_id()
970 shell_print(sh, "Fail: %d", result); in cmd_mcc_set_next_track_obj_id()
982 shell_error(sh, "Fail: %d", result); in cmd_mcc_read_parent_group_obj_id()
994 shell_error(sh, "Fail: %d", result); in cmd_mcc_read_current_group_obj_id()
1009 return -ENOEXEC; in cmd_mcc_set_current_group_obj_id()
1015 return -ENOEXEC; in cmd_mcc_set_current_group_obj_id()
1020 shell_print(sh, "Fail: %d", result); in cmd_mcc_set_current_group_obj_id()
1034 shell_error(sh, "Fail: %d", result); in cmd_mcc_read_playing_order()
1051 return -ENOEXEC; in cmd_mcc_set_playing_order()
1057 return -ENOEXEC; in cmd_mcc_set_playing_order()
1062 shell_print(sh, "Fail: %d", result); in cmd_mcc_set_playing_order()
1076 shell_error(sh, "Fail: %d", result); in cmd_mcc_read_playing_orders_supported()
1090 shell_error(sh, "Fail: %d", result); in cmd_mcc_read_media_state()
1143 shell_error(sh, "MCC fast rewind failed: %d", err); in cmd_mcc_fast_rewind()
1161 shell_error(sh, "MCC fast forward failed: %d", err); in cmd_mcc_fast_forward()
1205 return -ENOEXEC; in cmd_mcc_move_relative()
1311 return -ENOEXEC; in cmd_mcc_goto_segment()
1413 return -ENOEXEC; in cmd_mcc_goto_track()
1515 return -ENOEXEC; in cmd_mcc_goto_group()
1537 shell_error(sh, "Fail: %d", result); in cmd_mcc_read_opcodes_supported()
1553 shell_print(sh, "Fail: Invalid argument"); in cmd_mcc_send_search_raw()
1554 return -EINVAL; in cmd_mcc_send_search_raw()
1563 shell_print(sh, "Fail: %d", result); in cmd_mcc_send_search_raw()
1572 /* Testcase MCS/SR/SCP/BV-01-C [Search Control Point], rounds 1 - 9 */ in cmd_mcc_send_search_ioptest()
1583 return -ENOEXEC; in cmd_mcc_send_search_ioptest()
1620 return -ENOEXEC; in cmd_mcc_send_search_ioptest()
1664 shell_print(sh, "Fail: %d", result); in cmd_mcc_send_search_ioptest()
1687 shell_print(sh, "Fail: %d", result); in cmd_mcc_test_send_search_iop_invalid_type()
1712 shell_print(sh, "Fail: %d", result); in cmd_mcc_test_send_search_invalid_sci_len()
1726 shell_error(sh, "Fail: %d", result); in cmd_mcc_read_search_results_obj_id()
1740 shell_error(sh, "Fail: %d", result); in cmd_mcc_read_content_control_id()
1756 shell_error(sh, "Fail: %d", result); in cmd_mcc_otc_read_features()
1768 shell_error(sh, "Fail: %d", result); in cmd_mcc_otc_read()
1782 shell_error(sh, "Fail: %d", result); in cmd_mcc_otc_read_metadata()
1796 return -ENOEXEC; in cmd_mcc_otc_select()
1802 return -ENOEXEC; in cmd_mcc_otc_select()
1808 shell_error(sh, "Fail: %d", result); in cmd_mcc_otc_select()
1821 shell_error(sh, "Fail: %d", result); in cmd_mcc_otc_select_first()
1834 shell_error(sh, "Fail: %d", result); in cmd_mcc_otc_select_last()
1847 shell_error(sh, "Fail: %d", result); in cmd_mcc_otc_select_next()
1860 shell_error(sh, "Fail: %d", result); in cmd_mcc_otc_select_prev()
1874 shell_error(sh, "Fail: %d", result); in cmd_mcc_otc_read_icon_object()
1888 shell_error(sh, "Fail: %d", result); in cmd_mcc_otc_read_track_segments_object()
1902 shell_error(sh, "Fail: %d", result); in cmd_mcc_otc_read_current_track_object()
1916 shell_error(sh, "Fail: %d", result); in cmd_mcc_otc_read_next_track_object()
1930 shell_error(sh, "Fail: %d", result); in cmd_mcc_otc_read_parent_group_object()
1944 shell_error(sh, "Fail: %d", result); in cmd_mcc_otc_read_current_group_object()
1954 return -ENOEXEC; in cmd_mcc()
2048 SHELL_CMD_ARG(fast_rewind, NULL, "Send the fast rewind command",
2050 SHELL_CMD_ARG(fast_forward, NULL, "Send the fast forward command",
2098 "Send search - IOP test round as input <round number>",
2102 "Send search - IOP test, invalid type value (test)",
2105 "Send search - invalid sci length (test)",