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

Commit 347a03cc authored by Chris Manton's avatar Chris Manton Committed by android-build-merger
Browse files

Merge "Add Read Page Timeout Complete View" am: 63bae98d am: 4ccb0812 am: 008a6b61

am: 98eb5569

Change-Id: Ie7bef67f77b5d48a4cfbd370196624040b5ca850
parents ccd4f670 98eb5569
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1425,7 +1425,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) {