diff options
author | Nolen Johnson <johnsonnolen@gmail.com> | 2020-07-10 12:10:21 -0400 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:38 +0200 |
commit | ce0daed7096e7c6b08aad41f0897d60f0aa20622 (patch) | |
tree | d25b9b96a3be57ba08dbba5b2ab6d2768697ecda | |
parent | 4a03f9f436ada2f89772492007efe063f41abd57 (diff) |
msm8996-common: bluetooth: Disable clean turn on
* This isn't needed anymore.
Change-Id: Ib77e5212099d82bbc07aea6044eb35109faff5cb
-rw-r--r-- | bluetooth/bdroid_buildcfg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index c88bfe2..dbd488b 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -50,7 +50,6 @@ static inline const char* BtmGetDefaultName() // skips conn update at conn completion #define BTA_BLE_SKIP_CONN_UPD FALSE #define BLE_PERIPHERAL_ADV_NAME FALSE -#define BT_CLEAN_TURN_ON_DISABLED 1 /* Increasing SEPs to 12 from 6 to support SHO/MCast i.e. two streams per codec */ #define AVDT_NUM_SEPS 12 |