Zephyr Project API
3.4.0
A Scalable Open Source RTOS
|
#include <large_comp_data_cli.h>
Data Fields | |
uint8_t | page |
uint16_t | offset |
uint16_t | total_size |
struct net_buf_simple * | data |
Large Composition Data response.
struct net_buf_simple* bt_mesh_large_comp_data_rsp::data |
Pointer to allocated buffer for storing received data.
uint16_t bt_mesh_large_comp_data_rsp::offset |
Offset within the page.
uint8_t bt_mesh_large_comp_data_rsp::page |
Page number.
uint16_t bt_mesh_large_comp_data_rsp::total_size |
Total size of the page.