Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfd_srv.h36 #ifndef CONFIG_BT_MESH_DFD_SRV_SLOT_SPACE
37 #define CONFIG_BT_MESH_DFD_SRV_SLOT_SPACE 0 macro
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfd.c183 size = MIN(size, CONFIG_BT_MESH_DFD_SRV_SLOT_SPACE); in cmd_dfd_capabilities_get()
188 CONFIG_BT_MESH_DFD_SRV_SLOT_MAX_SIZE, CONFIG_BT_MESH_DFD_SRV_SLOT_SPACE, in cmd_dfd_capabilities_get()
189 CONFIG_BT_MESH_DFD_SRV_SLOT_SPACE - size); in cmd_dfd_capabilities_get()
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfd_srv.c220 net_buf_simple_add_le32(&rsp, CONFIG_BT_MESH_DFD_SRV_SLOT_SPACE); in handle_capabilities_get()
224 size = MIN(size, CONFIG_BT_MESH_DFD_SRV_SLOT_SPACE); in handle_capabilities_get()
226 net_buf_simple_add_le32(&rsp, CONFIG_BT_MESH_DFD_SRV_SLOT_SPACE - size); in handle_capabilities_get()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Ddfu.rst270 * :kconfig:option:`CONFIG_BT_MESH_DFD_SRV_SLOT_SPACE`: Available space for all images.