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

Commit 92daf4e4 authored by David Duarte's avatar David Duarte Committed by Thomas Girardier
Browse files

hci_packets.pdl: Add 5.3 version constants

Bug: b/245578454
Test: None
Ignore-AOSP-First: cherry-pick from AOSP
Change-Id: Id1fb5d3a5b8bf16083c879a4c286cec1aee35e82
Merged-In: Id1fb5d3a5b8bf16083c879a4c286cec1aee35e82
parent 3b318fc7
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 {