Zephyr API 3.6.99
|
#include <zephyr/bluetooth/mesh/access.h>
#include <zephyr/bluetooth/mesh/dfd.h>
#include <zephyr/bluetooth/mesh/blob_srv.h>
#include <zephyr/bluetooth/mesh/blob_cli.h>
#include <zephyr/bluetooth/mesh/dfu_cli.h>
Go to the source code of this file.
Data Structures | |
struct | bt_mesh_dfd_srv_cb |
Firmware Distribution Server callbacks: More... | |
struct | bt_mesh_dfd_srv |
Firmware Distribution Server instance. More... | |
Macros | |
#define | CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX 0 |
#define | CONFIG_BT_MESH_DFD_SRV_SLOT_MAX_SIZE 0 |
#define | CONFIG_BT_MESH_DFD_SRV_SLOT_SPACE 0 |
#define | BT_MESH_DFD_SRV_INIT(_cb) |
Initialization parameters for the Firmware Distribution Server model. | |
#define | BT_MESH_MODEL_DFD_SRV(_srv) |
Firmware Distribution Server model Composition Data entry. | |