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

Commit 24dd365a authored by Hui Peng's avatar Hui Peng Committed by Jakub Rotkiewicz
Browse files

Add internal constant to resolve merge-conflict

Bug: 242993878
Test: manual
(cherry picked from commit 9bd576f4)
Change-Id: If04c6ae6070d77c5ad71120edf95dbca2da36cfb
Merged-In: I3191701c54b342ef3cf2296de075666b13e3096e
parent b2b47630
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;