Lines Matching refs:opcode

355 		     err, cmd->opcode, cmd->param);  in mcc_send_command_cb()
716 cmd.opcode = 0; /* Invalid opcode */ in test_invalid_send_cmd()
720 FAIL("bt_mcc_send_cmd did not fail with invalid opcode %u", cmd.opcode); in test_invalid_send_cmd()
724 cmd.opcode = 0x80; /* Invalid opcode */ in test_invalid_send_cmd()
728 FAIL("bt_mcc_send_cmd did not fail with invalid opcode %u", cmd.opcode); in test_invalid_send_cmd()
752 err, cmd->opcode); in test_send_cmd_wait_flags()
764 cmd.opcode = BT_MCS_OPC_PLAY; in test_cp_play()
783 cmd.opcode = BT_MCS_OPC_PAUSE; in test_cp_pause()
803 cmd.opcode = BT_MCS_OPC_FAST_REWIND; in test_cp_fast_rewind()
832 cmd.opcode = BT_MCS_OPC_FAST_FORWARD; in test_cp_fast_forward()
860 cmd.opcode = BT_MCS_OPC_STOP; in test_cp_stop()
896 cmd.opcode = BT_MCS_OPC_MOVE_RELATIVE; in test_cp_move_relative()
941 cmd.opcode = BT_MCS_OPC_PREV_SEGMENT; in test_cp_prev_segment()
958 cmd.opcode = BT_MCS_OPC_NEXT_SEGMENT; in test_cp_next_segment()
975 cmd.opcode = BT_MCS_OPC_FIRST_SEGMENT; in test_cp_first_segment()
992 cmd.opcode = BT_MCS_OPC_LAST_SEGMENT; in test_cp_last_segment()
1009 cmd.opcode = BT_MCS_OPC_GOTO_SEGMENT; in test_cp_goto_segment()
1054 cmd.opcode = BT_MCS_OPC_PREV_TRACK; in test_cp_prev_track()
1086 cmd.opcode = BT_MCS_OPC_NEXT_TRACK; in test_cp_next_track_and_track_changed()
1117 cmd.opcode = BT_MCS_OPC_FIRST_TRACK; in test_cp_first_track()
1145 cmd.opcode = BT_MCS_OPC_LAST_TRACK; in test_cp_last_track()
1173 cmd.opcode = BT_MCS_OPC_GOTO_TRACK; in test_cp_goto_track()
1228 cmd.opcode = BT_MCS_OPC_PREV_GROUP; in test_cp_prev_group()
1257 cmd.opcode = BT_MCS_OPC_NEXT_GROUP; in test_cp_next_group()
1285 cmd.opcode = BT_MCS_OPC_FIRST_GROUP; in test_cp_first_group()
1313 cmd.opcode = BT_MCS_OPC_LAST_GROUP; in test_cp_last_group()
1341 cmd.opcode = BT_MCS_OPC_GOTO_GROUP; in test_cp_goto_group()
2386 cmd.opcode = BT_MCS_OPC_FIRST_GROUP; in reset_test_iteration()
2394 cmd.opcode = BT_MCS_OPC_FIRST_TRACK; in reset_test_iteration()
2402 cmd.opcode = BT_MCS_OPC_FIRST_SEGMENT; in reset_test_iteration()