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

Commit ec450530 authored by Michal Belusiak's avatar Michal Belusiak Committed by Automerger Merge Worker
Browse files

Merge "le_periodic_sync_manager: Change internal sync timeout" into main am: ba8e35f8

parents 6a4a1a31 ba8e35f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
namespace bluetooth {
namespace hci {

constexpr std::chrono::duration kPeriodicSyncTimeout = std::chrono::seconds(30);
constexpr std::chrono::duration kPeriodicSyncTimeout = std::chrono::seconds(5);
constexpr int kMaxSyncTransactions = 16;

enum PeriodicSyncState : int {