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

Commit bf0b0b97 authored by Myles Watson's avatar Myles Watson
Browse files

bt_target.h: Remove unused conditional for SMP_LINK_TOUT_MIN

Bug: 327390105
Test: mma -j32
Flag: EXEMPT, build-only change
Change-Id: Id1d811588a7bdf6c44c0048f8990f841b191e971
parent 9460c007
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -448,11 +448,7 @@
   Prefer greater than 0 second, and no less than default inactivity link idle
   timer(L2CAP_LINK_INACTIVITY_TOUT) in l2cap) */
#ifndef SMP_LINK_TOUT_MIN
#if (L2CAP_LINK_INACTIVITY_TOUT > 0)
#define SMP_LINK_TOUT_MIN L2CAP_LINK_INACTIVITY_TOUT
#else
#define SMP_LINK_TOUT_MIN 2
#endif
#endif
/******************************************************************************
 *