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 | |
int32_t | global_latitude |
int32_t | global_longitude |
int16_t | global_altitude |
Parameters of Generic Location Global Status.
Definition at line 190 of file meshx_ble_mesh_gen_cli.h.
int16_t meshx_gen_loc_global_status_cb_t::global_altitude |
Global Altitude
Definition at line 193 of file meshx_ble_mesh_gen_cli.h.
int32_t meshx_gen_loc_global_status_cb_t::global_latitude |
Global Coordinates (Latitude)
Definition at line 191 of file meshx_ble_mesh_gen_cli.h.
int32_t meshx_gen_loc_global_status_cb_t::global_longitude |
Global Coordinates (Longitude)
Definition at line 192 of file meshx_ble_mesh_gen_cli.h.