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

Commit 60799cf8 authored by Hansong Zhang's avatar Hansong Zhang Committed by Automerger Merge Worker
Browse files

Increase RFC_MCB_RELEASE_INACT_TIMER to 20 seconds am: e3140362

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1547336

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I31612d6695fd87a7e0f846c5fd26c1b62e259ddc
parents 9dbf6864 e3140362
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -258,7 +258,7 @@ extern std::unordered_map<uint32_t /* scn */, uint16_t /* sec_mask */>
#define RFC_MCB_INIT_INACT_TIMER 60 /* in seconds */

/* Timer running on the multiplexor channel after last DLCI is released */
#define RFC_MCB_RELEASE_INACT_TIMER 2 /* in seconds */
#define RFC_MCB_RELEASE_INACT_TIMER 20 /* in seconds */

#ifdef RFCOMM_PRECALC_FCS