nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_modem_gnss_nmea_talker_mode_set()

int32_t nrf_modem_gnss_nmea_talker_mode_set ( uint8_t talker_mode)

#include <nrf_modem/include/nrf_modem_gnss.h>

Sets the NMEA talker mode.

The NMEA talker mode configuration controls which NMEA talker IDs are used.

Default value: NRF_MODEM_GNSS_NMEA_TALKER_MODE_STANDARD

Note
This is only supported by devices with Galileo support.
Parameters
[in]talker_modeNMEA talker mode, see NMEA talker mode enumerator.
Return values
0on success.
-NRF_EPERMThe Modem library is not initialized.
-NRF_EACCESGNSS is not enabled in system or functional mode.
-NRF_EINVALThe GNSS stack returned an error or the operation cannot be executed while GNSS is running.
-NRF_ENOMEMThere is not enough shared memory for this request.
-NRF_EOPNOTSUPPThe operation is not supported by the modem firmware.
-NRF_ESHUTDOWNThe modem was shut down.