nRF5 SDK v13.0.0
Experimental: Location and Navigation Service
This information applies to the following SoftDevices: S132, S140

This module implements the Location and Navigation Service with the corresponding set of characteristics. During initialization, it adds the Location and Navigation Service and a set of characteristics specified by the ble_lns_init features. If features for Location and Speed, Position Quality, or Navigation are needed, the user must provide the corresponding data structures.

Notification of location and speed is performed when the application calls the ble_lns_loc_speed_send() function and the corresponding CCCD characteristic is configured for notification.

The control point supports the following functionality:

Notification of navigation is done when the application calls the ble_lns_navigation_send() function, navigation is running, and the corresponding CCCD characteristic is configured for notification.

Routes can be added and removed using the functions ble_lns_add_route() and ble_lns_remove_route().

If an event handler is supplied by the application, the Location and Navigation Service will send Location and Navigation Service events to the application.

Note
The application must propagate BLE stack events to the Location and Navigation Service module by calling ble_lns_on_ble_evt() from the SoftDevice Event Handler callback.

Documentation feedback | Developer Zone | Subscribe | Updated