Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dblob.h24 #define BLOB_CHUNK_SDU_OVERHEAD \ macro
27 #define BLOB_CHUNK_SIZE_MAX(sdu_max) ((sdu_max) - BLOB_CHUNK_SDU_OVERHEAD)
28 #define BLOB_CHUNK_SDU_LEN(chunk_size) (BLOB_CHUNK_SDU_OVERHEAD + (chunk_size))