From 5298a0cdac48a46f70c9dcd7ecd8ffc37680f0b0 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Tue, 30 Nov 2021 22:02:57 +0100 Subject: [PATCH] sm7250-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 e007b68..7037685 100644 --- a/bluetooth/include/bdroid_buildcfg.h +++ b/bluetooth/include/bdroid_buildcfg.h @@ -55,7 +55,5 @@ static inline const char* BtmGetDefaultName() #define BTIF_HF_WBS_PREFERRED TRUE #define BLE_VND_INCLUDED TRUE -// skips conn update at conn completion -#define BT_CLEAN_TURN_ON_DISABLED 1 #endif