![]() |
nRF Connect SDK API 3.3.99
|
Public APIs for the NTN library. More...
Data Structures | |
| struct | ntn_location_request |
| Location update request. More... | |
| struct | ntn_evt |
| NTN event. More... | |
Typedefs | |
| typedef void(* | ntn_evt_handler_t) (const struct ntn_evt *evt) |
| Event handler prototype. | |
Enumerations | |
| enum | ntn_evt_type { NTN_EVT_LOCATION_REQUEST = 0 } |
| NTN event types. More... | |
Functions | |
| void | ntn_register_handler (ntn_evt_handler_t handler) |
| Register an event handler. | |
| int | ntn_location_set (double latitude, double longitude, float altitude, uint32_t validity) |
| Set location to the modem. | |
| int | ntn_location_invalidate (void) |
| Invalidate location. | |
Public APIs for the NTN library.