|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Composition data page 2 record parsing structure. More...
#include <cfg_cli.h>
Data Fields | ||
| uint16_t | id | |
| Mesh profile ID. | ||
| struct { | ||
| uint8_t x | ||
| Major version. More... | ||
| uint8_t y | ||
| Minor version. More... | ||
| uint8_t z | ||
| Z version. More... | ||
| } | version | |
| Mesh Profile Version. | ||
| struct net_buf_simple * | elem_buf | |
| Element offset buffer. | ||
| struct net_buf_simple * | data_buf | |
| Additional data buffer. | ||
Composition data page 2 record parsing structure.
| struct net_buf_simple* bt_mesh_comp_p2_record::data_buf |
Additional data buffer.
| struct net_buf_simple* bt_mesh_comp_p2_record::elem_buf |
Element offset buffer.
| uint16_t bt_mesh_comp_p2_record::id |
Mesh profile ID.
| struct { ... } bt_mesh_comp_p2_record::version |
Mesh Profile Version.
| uint8_t bt_mesh_comp_p2_record::x |
Major version.
| uint8_t bt_mesh_comp_p2_record::y |
Minor version.
| uint8_t bt_mesh_comp_p2_record::z |
Z version.