-
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:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:52
→ <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 NRF_CLOUD && <choice>
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.)