Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dblob.h32 #define BLOB_RX_CHUNK_SIZE BLOB_CHUNK_SIZE_MAX(BT_MESH_RX_SDU_MAX) macro
34 #define BLOB_RX_CHUNK_SIZE CONFIG_BT_MESH_RX_BLOB_CHUNK_SIZE macro
Dblob_io_flash.c120 uint8_t buf[ROUND_UP(BLOB_RX_CHUNK_SIZE, WRITE_BLOCK_SIZE)]; in wr_chunk()
Dblob_srv.c56 BLOB_RX_CHUNK_SIZE); in max_chunk_size()
824 net_buf_simple_add_le16(&rsp, BLOB_RX_CHUNK_SIZE); in handle_info_get()