GNSS Scheduled Downloads Interval and Enable/Disable

Hi,

I see in the GNSS documentation for the nRF52840 that the GNSS modem performs scheduled downloads in Periodic Navigation mode, and from some testing, I found the download time to be around 1.1 minutes with a default (not sure if it is default) download period of 13.5 minutes. Right now, I only know how to turn it on and off via the nrf_modem_gnss_use_case_set() function, so is a way to configure the scheduled download period to be some user-defined value instead?

What sort of accuracy impact can I expect by completely disabling scheduled downloads, since I'm not sure where/if that information is stored somewhere.

Related