From 23609802e666fa568d386e270e0991eb1eda07c3 Mon Sep 17 00:00:00 2001 From: Anupam Roy Date: Thu, 22 Mar 2018 12:31:02 +0530 Subject: [PATCH] SVACE : WGID 324403 Change-Id: I38c66e9e23546005c7ff42f73b51f3a588232cdb Signed-off-by: Anupam Roy --- bt-oal/oal-gatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt-oal/oal-gatt.c b/bt-oal/oal-gatt.c index 3eca8fb..63ada7b 100644 --- a/bt-oal/oal-gatt.c +++ b/bt-oal/oal-gatt.c @@ -29,7 +29,7 @@ #define DEV_APPEARANCE 0x0000 #define DEFAULT_GATT_CLIENT_UUID "0000A00A-1111-1111-0123-456789ABCDEF" -#define MAX_PROP_LEN 90 +#define MAX_PROP_LEN 95 /* SVACE WGID: 324403*/ #define MAX_PERM_LEN 80 //Fix for svace wgid:324402 #define NUM_SERVER_INST 10 // Maximum slots supported by stack is set to 10 -- 2.7.4