diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2020-05-25 11:15:11 +0800 |
---|---|---|
committer | dianlujitao <dianlujitao@lineageos.org> | 2020-06-27 04:44:37 +0200 |
commit | 901c449c16ae354d323bae5d1e31ccb4a8b41845 (patch) | |
tree | b369a2e86c25c4319c906a25ddf43074b8c9f805 /bluetooth/bdroid_buildcfg.h | |
parent | e856a18e3f8594b30301a24ade5114b9c0e88424 (diff) |
sdm660-common: Switch to QTI bt stack and enable a2dp offload
Change-Id: I47016b066ae800d0071dbad6a1235cbc9db3cf80
Diffstat (limited to 'bluetooth/bdroid_buildcfg.h')
-rw-r--r-- | bluetooth/bdroid_buildcfg.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index c14932d..33a8ca9 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -1,8 +1,6 @@ /* - * * Copyright (c) 2013, The Linux Foundation. All rights reserved. - * Not a Contribution, Apache license notifications and license are retained - * for attribution purposes only. + * Not a Contribution. * * Copyright (C) 2012 The Android Open Source Project * @@ -23,11 +21,11 @@ #define _BDROID_BUILDCFG_H // Disables read remote device feature #define MAX_ACL_CONNECTIONS 16 -#define MAX_L2CAP_CHANNELS 16 +#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 -/* 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 35 #endif |