davinci: 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 Arian
parent d101d05406
commit ee3053b83d
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -26,8 +26,6 @@
#define MAX_ACL_CONNECTIONS 16 #define MAX_ACL_CONNECTIONS 16
#define MAX_L2CAP_CHANNELS 16 #define MAX_L2CAP_CHANNELS 16
#define BLE_VND_INCLUDED TRUE #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 */ /* Increasing SEPs to 12 from 6 to support SHO/MCast i.e. two streams per codec */
#define AVDT_NUM_SEPS 12 #define AVDT_NUM_SEPS 12