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

Commit a62dc3ac authored by Myles Watson's avatar Myles Watson
Browse files

Simplify Enhanced Flush

Bug: 283254594
Test: mma -j32
Change-Id: Id3cddde1c416426dc6cba032b96818391125181d
parent dd261cae
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -5755,14 +5755,10 @@ packet LinkSupervisionTimeoutChanged : Event (event_code = LINK_SUPERVISION_TIME
  link_supervision_timeout : 16, // 0x001-0xFFFF (0.625ms-40.9s)
}

enum FlushablePacketType : 8 {
  AUTOMATICALLY_FLUSHABLE_ONLY = 0,
}

packet EnhancedFlush : Command (op_code = ENHANCED_FLUSH) {
  connection_handle : 12,
  _reserved_ : 4,
  packet_type : FlushablePacketType,
  _reserved_ : 8, // Automatically flushable only (0x00)
}

test EnhancedFlush {