Zephyr API 3.6.99
|
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_simple * | data |
Pointer to allocated buffer for storing received 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.