CONFIG_AGPS_SRC_NRF_CLOUD
Use nRF Cloud as data source
Type: bool
Help
To request A-GPS data from nRF Cloud via MQTT, CONFIG_NRF_CLOUD_MQTT
must be enabled and the connection 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.
A-GPS data can also be requested from nRF Cloud via REST.
Symbols implied by this symbol
Kconfig definition
At <nRF>/lib/agps/Kconfig:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:94
→ <nRF>/lib/Kconfig:9
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → 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 <choice>
help
To request A-GPS data from nRF Cloud via MQTT, CONFIG_NRF_CLOUD_MQTT
must be enabled and the connection 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.
A-GPS data can also be requested from nRF Cloud via REST.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)