|
|
@@ -77,12 +77,12 @@ typedef UINT16 tBTA_GATTC_INT_EVT;
|
|
|
|
|
|
/* max client application GATTC can support */
|
|
|
#ifndef BTA_GATTC_CL_MAX
|
|
|
-#define BTA_GATTC_CL_MAX 8 // 32
|
|
|
+#define BTA_GATTC_CL_MAX 3 // 32
|
|
|
#endif
|
|
|
|
|
|
/* max known devices GATTC can support */
|
|
|
#ifndef BTA_GATTC_KNOWN_SR_MAX
|
|
|
-#define BTA_GATTC_KNOWN_SR_MAX 5 // 10
|
|
|
+#define BTA_GATTC_KNOWN_SR_MAX 3 // 10
|
|
|
#endif
|
|
|
|
|
|
#define BTA_GATTC_CONN_MAX GATT_MAX_PHY_CHANNEL
|