|
Zephyr API Documentation 4.3.0-rc1
A Scalable Open Source RTOS
|
Models Metadata Entry struct. More...
#include <zephyr/bluetooth/mesh/access.h>
Data Fields | |
| const uint16_t | len |
| Length of the metadata. | |
| const uint16_t | id |
| ID of the metadata. | |
| const void *const | data |
| Pointer to raw data. | |
Models Metadata Entry struct.
The struct should primarily be created using the BT_MESH_MODELS_METADATA_ENTRY macro.
| const void* const bt_mesh_models_metadata_entry::data |
Pointer to raw data.
| const uint16_t bt_mesh_models_metadata_entry::id |
ID of the metadata.
| const uint16_t bt_mesh_models_metadata_entry::len |
Length of the metadata.