|
MeshX 0.4
This repository provides an implementation for Bluetooth Low Energy (BLE) Mesh network nodes. The project allows you to create BLE mesh nodes that can communicate with each other, enabling the development of smart home solutions or other IoT-based applications.
|
#include <meshx_ble_mesh_gen_srv.h>
Data Fields | |
| int32_t | global_latitude |
| int32_t | global_longitude |
| int16_t | global_altitude |
| int16_t | local_north |
| int16_t | local_east |
| int16_t | local_altitude |
| uint8_t | floor_number |
| uint16_t | uncertainty |
| uint8_t meshx_gen_location_state_t::floor_number |
The value of the Floor Number field
| int16_t meshx_gen_location_state_t::global_altitude |
The value of the Global Altitude field
| int32_t meshx_gen_location_state_t::global_latitude |
The value of the Global Latitude field
| int32_t meshx_gen_location_state_t::global_longitude |
The value of the Global Longitude field
| int16_t meshx_gen_location_state_t::local_altitude |
The value of the Local Altitude field
| int16_t meshx_gen_location_state_t::local_east |
The value of the Local East field
| int16_t meshx_gen_location_state_t::local_north |
The value of the Local North field
| uint16_t meshx_gen_location_state_t::uncertainty |
The value of the Uncertainty field