sdm845-common: bluetooth: Disable clean turn on

* This isn't needed anymore.

Change-Id: Ib77e5212099d82bbc07aea6044eb35109faff5cb
This commit is contained in:
Nolen Johnson 2020-07-10 12:10:21 -04:00 committed by Bruno Martins
parent 82e74adbd4
commit 11ad599480

View File

@ -71,8 +71,6 @@ static inline const char *BtmGetDefaultName()
#define MAX_L2CAP_CHANNELS 32 #define MAX_L2CAP_CHANNELS 32
#define BLE_VND_INCLUDED TRUE #define BLE_VND_INCLUDED TRUE
#define GATT_MAX_PHY_CHANNEL 10 #define GATT_MAX_PHY_CHANNEL 10
// Skips conn update at conn completion
#define BT_CLEAN_TURN_ON_DISABLED 1
#define AVDT_NUM_SEPS 35 #define AVDT_NUM_SEPS 35
#endif #endif