summaryrefslogtreecommitdiff
path: root/src/include/gki_target.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gki_target.h')
-rw-r--r--src/include/gki_target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gki_target.h b/src/include/gki_target.h
index 602f37a..dcdca7c 100644
--- a/src/include/gki_target.h
+++ b/src/include/gki_target.h
@@ -232,7 +232,7 @@ Devices with small amount of RAM should limit the number of active obex objects.
/* The number of buffers in buffer pool 4. */
#ifndef GKI_BUF4_MAX
-#define GKI_BUF4_MAX (OBX_NUM_SERVERS + OBX_NUM_CLIENTS)
+#define GKI_BUF4_MAX 96 /* (OBX_NUM_SERVERS + OBX_NUM_CLIENTS) */
#endif
/* The ID of buffer pool 4. */