Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26c6626a authored by Joseph Hwang's avatar Joseph Hwang
Browse files

Revert "PDL: support Erroneous Data Reporting"

Revert submission 2524698-erroneous_data_reporting_reland

Reason for revert: postsubmit test cases are failed for mokey-userdebug target (b/277589118)

Reverted changes: /q/submissionid:2524698-erroneous_data_reporting_reland

Change-Id: I24e4cb65084d3d7a5d1b98a495c29aba69391066
parent 4dace1ca
Loading
Loading
Loading
Loading
+0 −34
Original line number Diff line number Diff line
@@ -2506,40 +2506,6 @@ packet WriteInquiryResponseTransmitPowerLevelComplete : CommandComplete (command
  status : ErrorCode,
}

packet ReadDefaultErroneousDataReporting : Command (op_code = READ_DEFAULT_ERRONEOUS_DATA_REPORTING) {
}

test ReadDefaultErroneousDataReporting {
  "\x5a\x0c\x00",
}

packet ReadDefaultErroneousDataReportingComplete : CommandComplete (command_op_code = READ_DEFAULT_ERRONEOUS_DATA_REPORTING) {
  status : ErrorCode,
  erroneous_data_reporting : Enable,
}

test ReadDefaultErroneousDataReportingComplete {
  "\x0e\x05\x02\x5a\x0c\x00\x00", // status success, Erroneous data reporting disabled
  "\x0e\x05\x02\x5a\x0c\x00\x01", // status success, Erroneous data reporting enabled
}

packet WriteDefaultErroneousDataReporting : Command (op_code = WRITE_DEFAULT_ERRONEOUS_DATA_REPORTING) {
  erroneous_data_reporting : Enable,
}

test WriteDefaultErroneousDataReporting {
  "\x5b\x0c\x01\x00", // disable Erroneous Data reporting
  "\x5b\x0c\x01\x01", // enable Erroneous Data reporting
}

packet WriteDefaultErroneousDataReportingComplete : CommandComplete (command_op_code = WRITE_DEFAULT_ERRONEOUS_DATA_REPORTING) {
  status : ErrorCode,
}

test WriteDefaultErroneousDataReportingComplete {
  "\x0e\x04\x01\x5b\x0c\x00", // status success
}

enum KeypressNotificationType : 8 {
  ENTRY_STARTED = 0,
  DIGIT_ENTERED = 1,