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

Commit 5761c756 authored by Chris Manton's avatar Chris Manton
Browse files

Increase btm log history size 100=>200

Bug: 272521876
Tag: #refactor
Test: None

Change-Id: I66358c9bc9df9bf3fb8e686baa9801d1c8940dd5
parent fa98fe99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
#define BTM_MAX_SCN_ 31  // PORT_MAX_RFC_PORTS packages/modules/Bluetooth/system/stack/include/rfcdefs.h

constexpr size_t kMaxLogSize = 255;
constexpr size_t kBtmLogHistoryBufferSize = 100;
constexpr size_t kBtmLogHistoryBufferSize = 200;

extern bluetooth::common::TimestamperInMilliseconds timestamper_in_milliseconds;