|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Control over LTE connectivity in response to events. More...
Go to the source code of this file.
Functions | |
| void | auto_lte_control_init (uint8_t loggers) |
| Initialise LTE control policy. | |
| void | auto_lte_control_give_up (void) |
| If the LTE modem has not yet registered to a network, give up. | |
| void | auto_lte_control_retry (void) |
| If the LTE modem previously stopped searching for a network to register to, try again. | |
Control over LTE connectivity in response to events.
SPDX-License-Identifier: FSL-1.1-ALv2
Force disable LTE connectivity when INFUSE_STATE_APPLICATION_ACTIVE is not set. When active, control the LTE state according to auto_lte_control_retry and auto_lte_control_give_up.
| void auto_lte_control_give_up | ( | void | ) |
If the LTE modem has not yet registered to a network, give up.
| void auto_lte_control_init | ( | uint8_t | loggers | ) |
Initialise LTE control policy.
| loggers | TDF loggers to log TDF_LTE_CONTROL events to |
| void auto_lte_control_retry | ( | void | ) |
If the LTE modem previously stopped searching for a network to register to, try again.