Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_cli.h100 const uint8_t *missing_blocks; member
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dblob.c142 blocks_not_rxed += info->missing_blocks[i % 8] & (1 << (i % 8)); in get_progress()
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c1228 info.missing_blocks = net_buf_simple_pull(buf, buf->len); in handle_xfer_status()