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

Commit cc477096 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Merge "L2CAP: Always use SUCCESS"

am: 618e59bb

Change-Id: If78bace42679e10a74b8b3df98feda1970e29450
parents f834d76b 618e59bb
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,