Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
bt_mesh_models_metadata_entry Struct Reference

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.

Detailed Description

Models Metadata Entry struct.

The struct should primarily be created using the BT_MESH_MODELS_METADATA_ENTRY macro.

Field Documentation

◆ data

const void* const bt_mesh_models_metadata_entry::data

Pointer to raw data.

◆ id

const uint16_t bt_mesh_models_metadata_entry::id

ID of the metadata.

◆ len

const uint16_t bt_mesh_models_metadata_entry::len

Length of the metadata.


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