|
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.
|
Data Fields | |
| char | key [32] |
| uint8_t * | data |
| uint16_t | len |
| struct kv_pending_node * | next |
| uint8_t* kv_pending_node::data |
| char kv_pending_node::key[32] |
| uint16_t kv_pending_node::len |
| struct kv_pending_node* kv_pending_node::next |