sm6250-common: Switch to QTI bt stack

Change-Id: I47016b066ae800d0071dbad6a1235cbc9db3cf80
This commit is contained in:
dianlujitao
2020-05-25 11:15:11 +08:00
committed by Cosmin Tanislav
parent 2af9e31f7b
commit 14509d9e2f
5 changed files with 30 additions and 7 deletions

View File

@ -58,12 +58,12 @@ static inline const char *BtmGetDefaultName()
#define BTM_DEF_LOCAL_NAME BtmGetDefaultName()
// 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
#pragma pop_macro("PROPERTY_VALUE_MAX")