CONFIG_AGPS_SRC_NRF_CLOUD

Use nRF Cloud as data source

Type: bool

Help

To use nRF Cloud as A-GPS data source, a connection to nRF Cloud must already be established. When a request for A-GPS data is sent to nRF Cloud, the response will be received on the same socket as all other nRF Cloud communication, and the data will have to be processed further in the application.

Direct dependencies

NRF_CLOUD && <choice: A-GPS data source>

(Includes any dependencies from ifs and menus.)

Symbols implied by this symbol

Kconfig definition

At <nRF>/lib/agps/Kconfig:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:26<nRF>/lib/Kconfig:9

Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → A-GPS library → A-GPS data source

config AGPS_SRC_NRF_CLOUD
    bool "Use nRF Cloud as data source"
    imply NRF_CLOUD_AGPS
    depends on NRF_CLOUD && <choice: A-GPS data source>
    help
      To use nRF Cloud as A-GPS data source, a connection to nRF Cloud must
      already be established.
      When a request for A-GPS data is sent to nRF Cloud, the response will
      be received on the same socket as all other nRF Cloud communication,
      and the data will have to be processed further in the application.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)