Zephyr API 3.6.99
|
Parsed Composition data page 0 representation. More...
#include <cfg_cli.h>
Data Fields | |
uint16_t | cid |
Company ID. | |
uint16_t | pid |
Product ID. | |
uint16_t | vid |
Version ID. | |
uint16_t | crpl |
Replay protection list size. | |
uint16_t | feat |
Supported features, see BT_MESH_FEAT_SUPPORTED. | |
Parsed Composition data page 0 representation.
Should be pulled from the return buffer passed to bt_mesh_cfg_cli_comp_data_get using bt_mesh_comp_p0_get.
uint16_t bt_mesh_comp_p0::cid |
Company ID.
uint16_t bt_mesh_comp_p0::crpl |
Replay protection list size.
uint16_t bt_mesh_comp_p0::feat |
Supported features, see BT_MESH_FEAT_SUPPORTED.
uint16_t bt_mesh_comp_p0::pid |
Product ID.
uint16_t bt_mesh_comp_p0::vid |
Version ID.