Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_srv.c47 static inline uint32_t block_count_get(const struct bt_mesh_blob_srv *srv) in block_count_get() function
84 uint32_t block_len = DIV_ROUND_UP(block_count_get(srv), 8); in store_state()
345 DIV_ROUND_UP(block_count_get(srv), 8)); in xfer_status_rsp()
526 block_count = block_count_get(srv); in handle_xfer_start()
657 if (block_number >= block_count_get(srv)) { in handle_block_start()
696 srv->block.number, srv->block.number + 1, block_count_get(srv), in handle_block_start()
882 if (block_count_get(srv) > BT_MESH_BLOB_BLOCKS_MAX) { in blob_srv_settings_set()
884 block_count_get(srv), BT_MESH_BLOB_BLOCKS_MAX); in blob_srv_settings_set()
1003 total = block_count_get(srv); in bt_mesh_blob_srv_progress()