From 11ad59948020a1a2b4500a8f30d2133ae1de8a25 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Fri, 10 Jul 2020 12:10:21 -0400 Subject: [PATCH] sdm845-common: bluetooth: Disable clean turn on * This isn't needed anymore. Change-Id: Ib77e5212099d82bbc07aea6044eb35109faff5cb --- bluetooth/include/bdroid_buildcfg.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/bluetooth/include/bdroid_buildcfg.h b/bluetooth/include/bdroid_buildcfg.h index 67c195e..4c96a6d 100644 --- a/bluetooth/include/bdroid_buildcfg.h +++ b/bluetooth/include/bdroid_buildcfg.h @@ -71,8 +71,6 @@ static inline const char *BtmGetDefaultName() #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