diff options
author | Janardhana Rao Bokka <jbokka@codeaurora.org> | 2019-06-11 14:11:23 +0530 |
---|---|---|
committer | Janardhana Rao Bokka <jbokka@codeaurora.org> | 2019-06-11 14:14:40 +0530 |
commit | 1f2b2beabf240adb52ef7db56c8a0cbeb696f677 (patch) | |
tree | cabe4e71dce89b5515df0a401d96ec1f297a11eb | |
parent | 66b9516a521ff32583a8aa22294d37a99edee7a8 (diff) |
BLE: Max GATT connections as a central are increased to 10
Increase the max number of connections to 10 when DUT acts
as central role. It connects to maximum 10 peripherals.
Change-Id: I1049a83b18ac0c3a10240b572d8f4c176d948bae
-rw-r--r-- | build/qva/config/bdroid_buildcfg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/qva/config/bdroid_buildcfg.h b/build/qva/config/bdroid_buildcfg.h index b21038c..6c7d51e 100644 --- a/build/qva/config/bdroid_buildcfg.h +++ b/build/qva/config/bdroid_buildcfg.h @@ -24,6 +24,7 @@ #define MAX_ACL_CONNECTIONS 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 |