summaryrefslogtreecommitdiff
path: root/loc_api/libloc_api_50001/loc_eng.h
diff options
context:
space:
mode:
Diffstat (limited to 'loc_api/libloc_api_50001/loc_eng.h')
-rw-r--r--loc_api/libloc_api_50001/loc_eng.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/loc_api/libloc_api_50001/loc_eng.h b/loc_api/libloc_api_50001/loc_eng.h
index ff787da..fcca9ba 100644
--- a/loc_api/libloc_api_50001/loc_eng.h
+++ b/loc_api/libloc_api_50001/loc_eng.h
@@ -146,6 +146,7 @@ typedef struct loc_gps_cfg_s
unsigned long LPP_PROFILE;
uint8_t NMEA_PROVIDER;
unsigned long A_GLONASS_POS_PROTOCOL_SELECT;
+ unsigned long AGPS_CERT_WRITABLE_MASK;
} loc_gps_cfg_s_type;
typedef struct
@@ -235,6 +236,10 @@ extern void loc_eng_ni_request_handler(loc_eng_data_s_type &loc_eng_data,
extern void loc_eng_ni_reset_on_engine_restart(loc_eng_data_s_type &loc_eng_data);
int loc_eng_read_config(void);
+int loc_eng_agps_install_certificates(loc_eng_data_s_type &loc_eng_data,
+ const DerEncodedCertificate* certificates,
+ size_t length);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */