Zephyr Project API  3.4.0
A Scalable Open Source RTOS
bt_mesh_large_comp_data_rsp Struct Reference

#include <large_comp_data_cli.h>

Data Fields

uint8_t page
 
uint16_t offset
 
uint16_t total_size
 
struct net_buf_simpledata
 

Detailed Description

Large Composition Data response.

Field Documentation

◆ data

struct net_buf_simple* bt_mesh_large_comp_data_rsp::data

Pointer to allocated buffer for storing received data.

◆ offset

uint16_t bt_mesh_large_comp_data_rsp::offset

Offset within the page.

◆ page

uint8_t bt_mesh_large_comp_data_rsp::page

Page number.

◆ total_size

uint16_t bt_mesh_large_comp_data_rsp::total_size

Total size of the page.


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