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

Node Composition. More...

#include <access.h>

Data Fields

uint16_t cid
 Company ID.
 
uint16_t pid
 Product ID.
 
uint16_t vid
 Version ID.
 
size_t elem_count
 The number of elements in this device.
 
const struct bt_mesh_elemelem
 List of elements.
 

Detailed Description

Node Composition.

Field Documentation

◆ cid

uint16_t bt_mesh_comp::cid

Company ID.

◆ elem

const struct bt_mesh_elem* bt_mesh_comp::elem

List of elements.

◆ elem_count

size_t bt_mesh_comp::elem_count

The number of elements in this device.

◆ pid

uint16_t bt_mesh_comp::pid

Product ID.

◆ vid

uint16_t bt_mesh_comp::vid

Version ID.


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