summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/gps_extended_c.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/gps_extended_c.h b/utils/gps_extended_c.h
index 242fe84..279fa20 100644
--- a/utils/gps_extended_c.h
+++ b/utils/gps_extended_c.h
@@ -2052,6 +2052,7 @@ struct AGnssExtStatusIpV6 {
/*
* Represents the the Nfw Notification structure
*/
+#define GNSS_MAX_NFW_APP_STRING_LEN 64
#define GNSS_MAX_NFW_STRING_LEN 20
typedef enum {
@@ -2079,7 +2080,7 @@ typedef enum {
} GnssNfwResponseType;
typedef struct {
- char proxyAppPackageName[GNSS_MAX_NFW_STRING_LEN];
+ char proxyAppPackageName[GNSS_MAX_NFW_APP_STRING_LEN];
GnssNfwProtocolStack protocolStack;
char otherProtocolStackName[GNSS_MAX_NFW_STRING_LEN];
GnssNfwRequestor requestor;