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

Large Composition Data response. More...

#include <large_comp_data_cli.h>

Data Fields

uint8_t page
 Page number.
 
uint16_t offset
 Offset within the page.
 
uint16_t total_size
 Total size of the page.
 
struct net_buf_simpledata
 Pointer to allocated buffer for storing received data.
 

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: