Searched refs:CONFIG_BT_MESH_DFD_SRV_SLOT_SPACE (Results 1 – 4 of 4) sorted by relevance
36 #ifndef CONFIG_BT_MESH_DFD_SRV_SLOT_SPACE37 #define CONFIG_BT_MESH_DFD_SRV_SLOT_SPACE 0 macro
183 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()
220 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()
270 * :kconfig:option:`CONFIG_BT_MESH_DFD_SRV_SLOT_SPACE`: Available space for all images.