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

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

L2CAP: Always use SUCCESS

Test: bluetooth_test_gd --gtest_filter=*L2*
Change-Id: I6070168e2d9055b6d7f54726a773ab646dcb567c
parent d800417a
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,