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

Commit f4903895 authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Merge "Add internal constant to resolve merge-conflict"

parents b1ad7a8c 24dd365a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -99,6 +99,8 @@ static constexpr uint16_t kLogDumpEventPerFile = 0x00FF;
// Total length of all parameters of the link Quality related event except
// Vendor Specific Parameters.
static constexpr uint8_t kLinkQualityParamTotalLen = 48;
// 7.8.116 LE Read ISO Link Quality command
static constexpr uint8_t kISOLinkQualityParamTotalLen = 24;
// Total length of all parameters of the ROOT_INFLAMMATION event except Vendor
// Specific Parameters.
static constexpr uint8_t kRootInflammationParamTotalLen = 3;