|
|
@@ -502,7 +502,7 @@
|
|
|
|
|
|
/* The number of security records for peer devices. 100 AS Default*/
|
|
|
#ifndef BTM_SEC_MAX_DEVICE_RECORDS
|
|
|
-#define BTM_SEC_MAX_DEVICE_RECORDS 4 // 100
|
|
|
+#define BTM_SEC_MAX_DEVICE_RECORDS 8 // 100
|
|
|
#endif
|
|
|
|
|
|
/* The number of security records for services. 32 AS Default*/
|
|
|
@@ -648,12 +648,12 @@
|
|
|
|
|
|
/* The maximum number of simultaneous channels that L2CAP can support. Up to 16*/
|
|
|
#ifndef MAX_L2CAP_CHANNELS
|
|
|
-#define MAX_L2CAP_CHANNELS 4
|
|
|
+#define MAX_L2CAP_CHANNELS 8
|
|
|
#endif
|
|
|
|
|
|
/* The maximum number of simultaneous applications that can register with L2CAP. */
|
|
|
#ifndef MAX_L2CAP_CLIENTS
|
|
|
-#define MAX_L2CAP_CLIENTS 4
|
|
|
+#define MAX_L2CAP_CLIENTS 8
|
|
|
#endif
|
|
|
|
|
|
/* The number of seconds of link inactivity before a link is disconnected. */
|
|
|
@@ -890,15 +890,15 @@
|
|
|
#endif
|
|
|
|
|
|
#ifndef GATT_MAX_SR_PROFILES
|
|
|
-#define GATT_MAX_SR_PROFILES 4 /* max is 32 */
|
|
|
+#define GATT_MAX_SR_PROFILES 8 /* max is 32 */
|
|
|
#endif
|
|
|
|
|
|
#ifndef GATT_MAX_APPS
|
|
|
-#define GATT_MAX_APPS 4 /* MAX is 32 note: 2 apps used internally GATT and GAP */
|
|
|
+#define GATT_MAX_APPS 8 /* MAX is 32 note: 2 apps used internally GATT and GAP */
|
|
|
#endif
|
|
|
|
|
|
#ifndef GATT_MAX_PHY_CHANNEL
|
|
|
-#define GATT_MAX_PHY_CHANNEL 4
|
|
|
+#define GATT_MAX_PHY_CHANNEL 7
|
|
|
#endif
|
|
|
|
|
|
/* Used for conformance testing ONLY */
|
|
|
@@ -909,7 +909,7 @@
|
|
|
/* number of background connection device allowence, ideally to be the same as WL size
|
|
|
*/
|
|
|
#ifndef GATT_MAX_BG_CONN_DEV
|
|
|
-#define GATT_MAX_BG_CONN_DEV 4 /*MAX is 32*/
|
|
|
+#define GATT_MAX_BG_CONN_DEV 8 /*MAX is 32*/
|
|
|
#endif
|
|
|
|
|
|
/******************************************************************************
|