nRF Connect SDK API 2.8.99
|
Go to the source code of this file.
Data Structures | |
struct | location_request_info |
struct | location_method_api |
Functions | |
int | location_core_init (void) |
int | location_core_validate_params (const struct location_config *config) |
int | location_core_location_get (const struct location_config *config) |
int | location_core_cancel (void) |
void | location_core_event_cb (const struct location_data *location) |
void | location_core_event_cb_error (void) |
void | location_core_event_cb_timeout (void) |
void | location_core_event_cb_agnss_request (const struct nrf_modem_gnss_agnss_data_frame *request) |
void | location_core_event_cb_pgps_request (const struct gps_pgps_request *request) |
void | location_core_event_cb_cloud_location_request (struct location_data_cloud *request) |
void | location_core_cloud_location_ext_result_set (enum location_ext_result result, struct location_data *location) |
void | location_core_config_log (const struct location_config *config) |
void | location_core_timer_start (int32_t timeout) |
struct k_work_q * | location_core_work_queue_get (void) |