Home
last modified time | relevance | path

Searched refs:CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfd_srv.h28 #ifndef CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX
29 #define CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX 0 macro
215 struct bt_mesh_dfu_target targets[CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX];
216 struct bt_mesh_blob_target_pull pull_ctxs[CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX];
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfd_srv.c38 #define DFD_RECEIVERS_LIST_MSG_MAXLEN (4 + CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX * 5)
45 #define DFD_RECEIVERS_ADD_MSG_MAXLEN (CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX * 3)
217 net_buf_simple_add_le16(&rsp, CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX); in handle_capabilities_get()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfd.c187 CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX, CONFIG_BT_MESH_DFU_SLOT_CNT, in cmd_dfd_capabilities_get()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Ddfu.rst284 :kconfig:option:`CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX` configuration option.