Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_mesh_comp_p2_record Struct Reference

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_simpleelem_buf
 Element offset buffer.
 
struct net_buf_simpledata_buf
 Additional data buffer.
 

Detailed Description

Composition data page 2 record parsing structure.

Field Documentation

◆ data_buf

struct net_buf_simple* bt_mesh_comp_p2_record::data_buf

Additional data buffer.

◆ elem_buf

struct net_buf_simple* bt_mesh_comp_p2_record::elem_buf

Element offset buffer.

◆ id

uint16_t bt_mesh_comp_p2_record::id

Mesh profile ID.

◆ 

struct { ... } bt_mesh_comp_p2_record::version

Mesh Profile Version.

◆ x

uint8_t bt_mesh_comp_p2_record::x

Major version.

◆ y

uint8_t bt_mesh_comp_p2_record::y

Minor version.

◆ z

uint8_t bt_mesh_comp_p2_record::z

Z version.


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