![]() |
nRF Connect SDK API 3.3.99
|
| 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.
CONFIG_LTE_LC_PERIODIC_SEARCH_MODULE to be enabled.| [out] | cfg | Periodic search configuration. |
| 0 | if a configuration was found and populated to the provided pointer. |
| -EINVAL | if input parameter was NULL. |
| -ENOENT | if periodic search configuration was not set. |
| -EFAULT | if an AT command failed. |
| -EBADMSG | if the modem responded with an error to an AT command or the response could not be parsed. |