Increase APDU buffer size to support extended APDU am: f1f1aaa949 am: abc718b4b5
am: bc472c6733

Change-Id: Ib6ce47516b348ed98a9e42769f694f257a86fc77
diff --git a/src/include/gki_target.h b/src/include/gki_target.h
index 3bf0c8f..dfca10b 100644
--- a/src/include/gki_target.h
+++ b/src/include/gki_target.h
@@ -168,7 +168,7 @@
 
 /* The size of the buffers in pool 3. */
 #ifndef GKI_BUF3_SIZE
-#define GKI_BUF3_SIZE 2500
+#define GKI_BUF3_SIZE (0xFFB0)
 #endif
 
 /* The number of buffers in buffer pool 3. */