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

◆ lte_lc_connect_async()

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.

Note
The library must be initialized before this function is called.
Parameters
[in]handlerEvent handler for receiving LTE events. The parameter can be NULL if an event handler is already registered.
Return values
0if successful.
-EINVALif no event handler was registered.
-EFAULTif an AT command failed.