diff options
author | Nolen Johnson <johnsonnolen@gmail.com> | 2020-07-10 12:10:21 -0400 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-20 18:55:02 +0200 |
commit | e612842d9225bd561c41529b414b8c61329d5019 (patch) | |
tree | db0f56161a7a2cce8bdbfea1b36325c3e184a78d /bluetooth/bdroid_buildcfg.h | |
parent | 0e7776e96bf7ed14abbc6c045c627a4927e0204b (diff) |
sdm660-common: bluetooth: Disable clean turn on
* This isn't needed anymore.
Change-Id: Ib77e5212099d82bbc07aea6044eb35109faff5cb
Diffstat (limited to 'bluetooth/bdroid_buildcfg.h')
-rw-r--r-- | bluetooth/bdroid_buildcfg.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 33a8ca9..93e1b84 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -24,8 +24,5 @@ #define MAX_L2CAP_CHANNELS 32 #define BLE_VND_INCLUDED TRUE #define GATT_MAX_PHY_CHANNEL 10 -// skips conn update at conn completion -#define BT_CLEAN_TURN_ON_DISABLED 1 - #define AVDT_NUM_SEPS 35 #endif |