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

Commit 4e2ccfde authored by Chris Manton's avatar Chris Manton
Browse files

Add Read Page Timeout Complete View

Test: Compiles
Change-Id: I63d9ac31ba47c4914498854a62939b067103bced
parent 8cb25df1
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1411,7 +1411,11 @@ packet WriteConnectionAcceptTimeout : ConnectionManagementCommand (op_code = WRI
}

packet ReadPageTimeout : DiscoveryCommand (op_code = READ_PAGE_TIMEOUT) {
  _payload_,  // placeholder (unimplemented)
}

packet ReadPageTimeoutComplete : CommandComplete (command_op_code = READ_PAGE_TIMEOUT) {
  status : ErrorCode,
  page_timeout : 16,
}

packet WritePageTimeout : DiscoveryCommand (op_code = WRITE_PAGE_TIMEOUT) {