Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dblob.c132 uint8_t total_blocks; in get_progress() local
137 total_blocks = DIV_ROUND_UP(info->size, 1U << info->block_size_log); in get_progress()
139 blocks_not_rxed_size = DIV_ROUND_UP(total_blocks, 8); in get_progress()
145 return (total_blocks - blocks_not_rxed) / total_blocks; in get_progress()