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

◆ lte_lc_func_mode

#include <include/modem/lte_lc.h>

Functional mode, used to control RF functionality in the modem.

Note
The values are mapped to modem functional modes as described in "nRF91 AT Commands - Command Reference Guide". Refer to the AT command guide to verify whether a functional mode is supported by a given modem firmware version.
Enumerator
LTE_LC_FUNC_MODE_POWER_OFF 

Sets the device to minimum functionality.

Disables both transmit and receive RF circuits and deactivates LTE and GNSS.

LTE_LC_FUNC_MODE_NORMAL 

Sets the device to full functionality.

Both LTE and GNSS will become active if the respective system modes are enabled.

LTE_LC_FUNC_MODE_RX_ONLY 

Sets the device to receive only functionality.

Can be used, for example, to evaluate connections with lte_lc_conn_eval_params_get().

Note
This mode is only supported by modem firmware versions >= 1.3.0.
LTE_LC_FUNC_MODE_OFFLINE 

Sets the device to flight mode.

Disables both transmit and receive RF circuits and deactivates LTE and GNSS services.

LTE_LC_FUNC_MODE_DEACTIVATE_LTE 

Deactivates LTE without shutting down GNSS services.

LTE_LC_FUNC_MODE_ACTIVATE_LTE 

Activates LTE without changing GNSS.

LTE_LC_FUNC_MODE_DEACTIVATE_GNSS 

Deactivates GNSS without shutting down LTE services.

LTE_LC_FUNC_MODE_ACTIVATE_GNSS 

Activates GNSS without changing LTE.

LTE_LC_FUNC_MODE_DEACTIVATE_UICC 

Deactivates UICC.

LTE_LC_FUNC_MODE_ACTIVATE_UICC 

Activates UICC.

LTE_LC_FUNC_MODE_OFFLINE_UICC_ON 

Sets the device to flight mode without shutting down UICC.