nRF Connect SDK API 2.8.99
|
int lte_lc_connect_async | ( | lte_lc_evt_handler_t | handler | ) |
#include <include/modem/lte_lc.h>
Connect to LTE network.
The function returns immediately.
[in] | handler | Event handler for receiving LTE events. The parameter can be NULL if an event handler is already registered. |
0 | if successful. |
-EINVAL | if no event handler was registered. |
-EFAULT | if an AT command failed. |