CONFIG_AGPS_SRC_SUPL

Use SUPL as data source

Type: bool

Help

Note that a request for A-GPS data using SUPL service will block until the data is received from the SUPL server, processed and written to the GPS module.

Direct dependencies

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

(Includes any dependencies from ifs and menus.)

Symbols implied by this symbol

Kconfig definition

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

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_SUPL
    bool "Use SUPL as data source"
    imply SUPL_CLIENT_LIB
    depends on BSD_LIBRARY && <choice: A-GPS data source>
    help
      Note that a request for A-GPS data using SUPL service will block until
      the data is received from the SUPL server, processed and written to
      the GPS module.

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