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

Commit 70f55676 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Increase btm log history size 100=>200 am: 5761c756

parents b003f778 5761c756
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;