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.
Loading...
Searching...
No Matches
kv_header_t Struct Reference

Data Fields

uint16_t magic
uint8_t status
uint8_t key_len
uint16_t val_len
uint32_t seq_id
uint16_t crc

Field Documentation

◆ crc

uint16_t kv_header_t::crc

◆ key_len

uint8_t kv_header_t::key_len

◆ magic

uint16_t kv_header_t::magic

◆ seq_id

uint32_t kv_header_t::seq_id

◆ status

uint8_t kv_header_t::status

◆ val_len

uint16_t kv_header_t::val_len

The documentation for this struct was generated from the following file: