Deprecated List

Page GNSS platform constraints
LE_GNSS_NMEA_MASK_PQXFI is deprecated. LE_GNSS_NMEA_MASK_PTYPE supporting all proprietary type masks, should be used instead. Setting LE_GNSS_NMEA_MASK_PTYPE will also set LE_GNSS_NMEA_MASK_PQXFI.
Page le_data Interface
However, these time protocol and server configurations on DCS's config tree path dataConnectionService:/time/ are deprecated and moved to the path clockTime:/ for Legato's clockService. Please refer to the le_clkSync API Reference API for details.
Global le_gnss_GetGpsLeapSeconds (le_gnss_SampleRef_t positionSampleRef, uint8_t *leapSecondsPtr)
This function is deprecated, le_gnss_GetLeapSeconds should be used instead.
Global le_mrc_AddNetRegStateEventHandler (le_mrc_NetRegStateHandlerFunc_t handlerPtr, void *contextPtr)
le_mrc_NetworkRejectHandler() will be removed in near future. It will be replaced by le_mrc_AddNetRegRejectHandler().
Global le_mrc_NetworkRejectHandlerFunc_t )(const char *LE_NONNULL mcc, const char *LE_NONNULL mnc, le_mrc_Rat_t rat, void *contextPtr)
le_mrc_NetworkRejectHandler() will be removed in near future. It will be replaced by le_mrc_AddNetRegRejectHandler().
Global LE_NOT_POSSIBLE
It is not possible to perform the requested action. LE_NOT_POSSIBLE has been removed so attempting to use this error code will result in an error.
Global le_result_t
the result code LE_NOT_POSSIBLE has been removed and replaced other error codes that are more clear.
Global le_wifiClient_AddNewEventHandler (le_wifiClient_NewEventHandlerFunc_t handlerPtr, void *contextPtr)
le_wifiClient_AddNewEventHandler() will be removed in near future. It is replaced by le_wifiClient_AddConnectionEventHandler().
Global le_wifiClient_NewEventHandlerFunc_t )(le_wifiClient_Event_t event, void *contextPtr)
le_wifiClient_AddNewEventHandler() will be removed in near future. It is replaced by le_wifiClient_AddConnectionEventHandler().
Page Modem Radio Control
le_mrc_NetworkRejectHandler() will be removed in near future. It will be replaced by le_mrc_AddNetRegRejectHandler().
Page Syntax

[ <minSize> ".." ] is now deprecated. Only <maxSize> needs to be specified.

[ <minSize> ".." ] is now deprecated. Only <maxSize> needs to be specified.

Page WiFi Client Service
le_wifiClient_AddNewEventHandler() will be removed in near future. It will be replaced by le_wifiClient_AddConnectionEventHandler().