kunlun2: bluetooth: Disable clean turn on

* This isn't needed anymore.

Change-Id: Ib77e5212099d82bbc07aea6044eb35109faff5cb
Signed-off-by: DennySPb <dennyspb@gmail.com>
This commit is contained in:
Nolen Johnson 2020-07-10 12:10:21 -04:00 committed by Giammarco Senatore
parent 96b8fa6c22
commit 4f4b23a436
No known key found for this signature in database
GPG key ID: 661348FC1E144F04

View file

@ -25,8 +25,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