OSDN Git Service

Change max GATT apps from 10 to 32.
authorWei Wang <weiwa@google.com>
Thu, 7 Aug 2014 04:27:16 +0000 (21:27 -0700)
committerWei Wang <weiwa@google.com>
Thu, 7 Aug 2014 04:27:16 +0000 (21:27 -0700)
Fixes b/15706224

Change-Id: I663c09f9c04c669fc79e6ba3330d0c83468d9ea9

include/bt_target.h

index ace4eed..b92e7ce 100644 (file)
@@ -1390,7 +1390,7 @@ and USER_HW_DISABLE_API macros */
 #endif
 
 #ifndef GATT_MAX_APPS
-#define GATT_MAX_APPS            10 /* note: 2 apps used internally GATT and GAP */
+#define GATT_MAX_APPS            32 /* note: 2 apps used internally GATT and GAP */
 #endif
 
 #ifndef GATT_MAX_CL_PROFILES