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.
|
Structure to store mesh application data. More...
#include <meshx_common.h>
Data Fields | |
uint16_t | net_key_id |
uint16_t | node_addr |
Structure to store mesh application data.
Definition at line 43 of file meshx_common.h.
uint16_t meshx_app_store::net_key_id |
Network key identifier
Definition at line 45 of file meshx_common.h.
uint16_t meshx_app_store::node_addr |
Node address
Definition at line 46 of file meshx_common.h.