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

Commit f4bc22fb authored by Chris Manton's avatar Chris Manton
Browse files

Add Read Number of Supported Iac complete

Test: Compiles
Change-Id: If3944596f1196483522f0f52819d2a2ec52f2e14
parent 4e2ccfde
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1639,7 +1639,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) {