[Bluetooth-frwk] SVACE issue fixed for WGID:324402 22/173522/1
authorAbhishek Chandra <abhishek.ch@samsung.com>
Thu, 22 Mar 2018 06:35:27 +0000 (12:05 +0530)
committerAbhishek Chandra <abhishek.ch@samsung.com>
Thu, 22 Mar 2018 06:35:27 +0000 (12:05 +0530)
Change-Id: Ib5aab65c6ae272f03da5d66ebdc5f1ca89c6e02f
Signed-off-by: Abhishek Chandra <abhishek.ch@samsung.com>
bt-oal/oal-gatt.c

index d204a86..3eca8fb 100644 (file)
@@ -30,7 +30,7 @@
 #define DEV_APPEARANCE  0x0000
 #define DEFAULT_GATT_CLIENT_UUID "0000A00A-1111-1111-0123-456789ABCDEF"
 #define MAX_PROP_LEN 90
-#define MAX_PERM_LEN 70
+#define MAX_PERM_LEN 80 //Fix for svace wgid:324402
 
 #define NUM_SERVER_INST 10 // Maximum slots supported by stack is set to 10
 #define CHECK_OAL_GATT_ENABLED() \