Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c55fec28 authored by Wei Wang's avatar Wei Wang Committed by Android Git Automerger
Browse files

am 71cabdbf: Change max GATT apps from 10 to 32.

* commit '71cabdbf':
  Change max GATT apps from 10 to 32.
parents 0dc9d11a 71cabdbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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