nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ interval

uint16_t location_config::interval

Position update interval in seconds.

Set to 0 for a single position update. For periodic position updates the valid range is 1...65535 seconds.

Default value is 0. It is applied when location_config_defaults_set() function is called and can be changed at build time with

embed:rst:inline :kconfig:option:`CONFIG_LOCATION_REQUEST_DEFAULT_INTERVAL` 

configuration.