|
Zephyr Project API 4.0.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 |
| Large Composition Data response. More... | |
| struct | bt_mesh_large_comp_data_cli_cb |
| Large Composition Data Status messages callbacks. More... | |
| struct | bt_mesh_large_comp_data_cli |
| Large Composition Data Client model context. More... | |
Macros | |
| #define | BT_MESH_MODEL_LARGE_COMP_DATA_CLI(cli_data) |
| Large Composition Data Client model Composition Data entry. | |
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. | |
| 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. | |