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

Commit eca8a463 authored by Chris Manton's avatar Chris Manton
Browse files

Add hci_packets::TRANSACTION_RESPONSE_TIMEOUT

Bug: 203417776
Tag: #refactor
Test: gd/cert/run

Change-Id: Ic03a30b97598e45dc8bf7bb3e9e39abc4e8e8b6b
parent a8020441
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -818,6 +818,7 @@ enum ErrorCode: 8 {
  UNSPECIFIED_ERROR = 0x1F,
  UNSUPPORTED_LMP_OR_LL_PARAMETER = 0x20,
  ROLE_CHANGE_NOT_ALLOWED = 0x21,
  TRANSACTION_RESPONSE_TIMEOUT = 0x22,
  LINK_LAYER_COLLISION = 0x23,
  ENCRYPTION_MODE_NOT_ACCEPTABLE = 0x25,
  ROLE_SWITCH_FAILED = 0x35,