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

Commit 6fc223e5 authored by David Duarte's avatar David Duarte
Browse files

hci_packets.pdl: Add 5.3 version constants

Test: None
Change-Id: Id1fb5d3a5b8bf16083c879a4c286cec1aee35e82
parent 90f3334c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2515,6 +2515,7 @@ enum HciVersion : 8 {
  V_5_0 = 0x09,
  V_5_1 = 0x0a,
  V_5_2 = 0x0b,
  V_5_3 = 0x0c,
}

enum LmpVersion : 8 {
@@ -2530,6 +2531,7 @@ enum LmpVersion : 8 {
  V_5_0 = 0x09,
  V_5_1 = 0x0a,
  V_5_2 = 0x0b,
  V_5_3 = 0x0c,
}

struct LocalVersionInformation {