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

Commit 416c2e71 authored by Treehugger Robot's avatar Treehugger Robot
Browse files

Merge "gd: Add link layer collision hci error code" am: 41fbd059

Change-Id: I7c2672abcc823a4fa1d504292f89b48efb7f54e4
parents 68dca6ce 41fbd059
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -699,6 +699,7 @@ enum ErrorCode: 8 {
  UNSPECIFIED_ERROR = 0x1F,
  UNSUPPORTED_LMP_OR_LL_PARAMETER = 0x20,
  ROLE_CHANGE_NOT_ALLOWED = 0x21,
  LINK_LAYER_COLLISION = 0x23,
  ENCRYPTION_MODE_NOT_ACCEPTABLE = 0x25,
  CONTROLLER_BUSY = 0x3A,
}