![]() |
nRF Connect SDK API 3.3.99
|
| int lte_lc_cellular_profile_configure | ( | struct lte_lc_cellular_profile * | profile | ) |
#include <include/modem/lte_lc.h>
Configure a cellular profile.
The cellular profile to be used for a specific access technology is decided by the modem. The active cellular profile is reported in the LTE_LC_EVT_CELLULAR_PROFILE_ACTIVE event if an event handler is registered.
CONFIG_LTE_LC_CELLULAR_PROFILE_MODULE to be enabled.| [in] | profile | The cellular profile to set. |
| 0 | on success, otherwise negative error code. |