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

◆ lte_lc_periodic_search_get()

int lte_lc_periodic_search_get ( struct lte_lc_periodic_search_cfg *const cfg)

#include <include/modem/lte_lc.h>

Get the configured periodic search parameters.

Note
Requires
CONFIG_LTE_LC_PERIODIC_SEARCH_MODULE 
to be enabled.
Parameters
[out]cfgPeriodic search configuration.
Return values
0if a configuration was found and populated to the provided pointer.
-EINVALif input parameter was NULL.
-ENOENTif periodic search configuration was not set.
-EFAULTif an AT command failed.
-EBADMSGif the modem responded with an error to an AT command or the response could not be parsed.