Zephyr Project API
3.4.0
A Scalable Open Source RTOS
|
#include <zephyr/bluetooth/mesh.h>
Go to the source code of this file.
Data Structures | |
struct | bt_mesh_large_comp_data_rsp |
struct | bt_mesh_large_comp_data_cli_cb |
struct | bt_mesh_large_comp_data_cli |
Macros | |
#define | BT_MESH_MODEL_LARGE_COMP_DATA_CLI(cli_data) |
Large Composition Data Client model Composition Data entry. More... | |
Functions | |
int | bt_mesh_large_comp_data_get (uint16_t net_idx, uint16_t addr, uint8_t page, size_t offset, struct bt_mesh_large_comp_data_rsp *rsp) |
Send Large Composition Data Get message. More... | |
int | bt_mesh_models_metadata_get (uint16_t net_idx, uint16_t addr, uint8_t page, size_t offset, struct bt_mesh_large_comp_data_rsp *rsp) |
Send Models Metadata Get message. More... | |