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

Commit 618e59bb authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "L2CAP: Always use SUCCESS"

parents 3d9b2f8b f0172e0f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@ packet ConnectionRequest : ControlFrame (code = CONNECTION_REQUEST) {
}

enum ConnectionResponseResult : 16 {
  SUCCESSFUL = 0x0000,
  SUCCESS = 0x0000,
  PENDING = 0x0001,
  PSM_NOT_SUPPORTED = 0x0002,
  SECURITY_BLOCK = 0x0003,
@@ -476,7 +476,7 @@ packet CreateChannelRequest : ControlFrame (code = CREATE_CHANNEL_REQUEST) {
}

enum CreateChannelResponseResult : 16 {
  SUCCESSFUL = 0x0000,
  SUCCESS = 0x0000,
  PENDING = 0x0001,
  PSM_NOT_SUPPORTED = 0x0002,
  SECURITY_BLOCK = 0x0003,