From ee3053b83db3002e69a5b32cf0c610f0c51af972 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Fri, 10 Jul 2020 12:10:21 -0400 Subject: [PATCH] davinci: 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 592ec1b..55a6e1e 100644 --- a/bluetooth/include/bdroid_buildcfg.h +++ b/bluetooth/include/bdroid_buildcfg.h @@ -26,8 +26,6 @@ #define MAX_ACL_CONNECTIONS 16 #define MAX_L2CAP_CHANNELS 16 #define BLE_VND_INCLUDED TRUE -// skips conn update at conn completion -#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