Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_lns_location_and_speed_t Struct Reference

Location and Speed value structure. More...

Data Fields

st_ble_lns_location_and_speed_flags_t flags
 
uint16_t instantaneous_speed
 
uint32_t total_distance
 
int32_t latitude
 
int32_t longitude
 
int32_t elevation
 
uint16_t heading
 
uint8_t rolling_time
 
st_ble_date_time_t utc_time
 

Detailed Description

Location and Speed value structure.

Field Documentation

◆ flags

st_ble_lns_location_and_speed_flags_t st_ble_lns_location_and_speed_t::flags

Flags

◆ instantaneous_speed

uint16_t st_ble_lns_location_and_speed_t::instantaneous_speed

Instantaneous Speed

◆ total_distance

uint32_t st_ble_lns_location_and_speed_t::total_distance

Total Distance

◆ latitude

int32_t st_ble_lns_location_and_speed_t::latitude

Location - Latitude

◆ longitude

int32_t st_ble_lns_location_and_speed_t::longitude

Location - Longitude

◆ elevation

int32_t st_ble_lns_location_and_speed_t::elevation

Elevation

◆ heading

uint16_t st_ble_lns_location_and_speed_t::heading

Heading

◆ rolling_time

uint8_t st_ble_lns_location_and_speed_t::rolling_time

Rolling Time

◆ utc_time

st_ble_date_time_t st_ble_lns_location_and_speed_t::utc_time

UTC Time