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

Commit 461fde8b authored by Chris Manton's avatar Chris Manton Committed by android-build-merger
Browse files

Merge "Add Read Number of Supported Iac complete" am: db78eb1e am: 30518948 am: c24788fc

am: 8073b40f

Change-Id: I6924aaf40e228692a95b47fa9f02b2a350c05f0e
parents 347a03cc 8073b40f
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1653,7 +1653,11 @@ packet WriteLinkSupervisionTimeoutComplete : CommandComplete (command_op_code =
}

packet ReadNumberOfSupportedIac : DiscoveryCommand (op_code = READ_NUMBER_OF_SUPPORTED_IAC) {
  _payload_,  // placeholder (unimplemented)
}

packet ReadNumberOfSupportedIacComplete : CommandComplete (command_op_code = READ_NUMBER_OF_SUPPORTED_IAC) {
  status : ErrorCode,
  num_support_iac : 8,
}

packet ReadCurrentIacLap : DiscoveryCommand (op_code = READ_CURRENT_IAC_LAP) {