nRF Connect SDK API 2.8.99
|
enum lte_lc_func_mode |
#include <include/modem/lte_lc.h>
Functional mode, used to control RF functionality in the modem.
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().
|
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. |