MeshX 0.3
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_cli.h>
Data Fields | |
int16_t | local_north |
int16_t | local_east |
int16_t | local_altitude |
uint8_t | floor_number |
uint16_t | uncertainty |
Parameters of Generic Location Local Set.
Definition at line 105 of file meshx_ble_mesh_gen_cli.h.
uint8_t meshx_gen_loc_local_set_t::floor_number |
Floor Number
Definition at line 109 of file meshx_ble_mesh_gen_cli.h.
int16_t meshx_gen_loc_local_set_t::local_altitude |
Local Altitude
Definition at line 108 of file meshx_ble_mesh_gen_cli.h.
int16_t meshx_gen_loc_local_set_t::local_east |
Local Coordinates (East)
Definition at line 107 of file meshx_ble_mesh_gen_cli.h.
int16_t meshx_gen_loc_local_set_t::local_north |
Local Coordinates (North)
Definition at line 106 of file meshx_ble_mesh_gen_cli.h.
uint16_t meshx_gen_loc_local_set_t::uncertainty |
Uncertainty
Definition at line 110 of file meshx_ble_mesh_gen_cli.h.