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

Composition data page 1 model item representation. More...

#include <cfg_cli.h>

Data Fields

bool cor_present
 Corresponding_Group_ID field indicator.
 
bool format
 Determines the format of Extended Model Item.
 
uint8_t ext_item_cnt: 6
 Number of items in Extended Model Items.
 
uint8_t cor_id
 Buffer containing Extended Model Items.
 

Detailed Description

Composition data page 1 model item representation.

Field Documentation

◆ cor_id

uint8_t bt_mesh_comp_p1_model_item::cor_id

Buffer containing Extended Model Items.

If cor_present is set to 1 it starts with Corresponding_Group_ID

◆ cor_present

bool bt_mesh_comp_p1_model_item::cor_present

Corresponding_Group_ID field indicator.

◆ ext_item_cnt

uint8_t bt_mesh_comp_p1_model_item::ext_item_cnt

Number of items in Extended Model Items.

◆ format

bool bt_mesh_comp_p1_model_item::format

Determines the format of Extended Model Item.


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