Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dblob.h16 #define BT_MESH_BLOB_OP_CHUNK BT_MESH_MODEL_OP_1(0x66) macro
25 (BT_MESH_MODEL_OP_LEN(BT_MESH_BLOB_OP_CHUNK) + 2 + BT_MESH_MIC_SHORT)
Dblob_srv.c57 BT_MESH_MODEL_OP_LEN(BT_MESH_BLOB_OP_CHUNK)), in max_chunk_size()
803 { BT_MESH_BLOB_OP_CHUNK, BT_MESH_LEN_MIN(2), handle_chunk },
Dblob_cli.c681 bt_mesh_model_msg_init(&buf, BT_MESH_BLOB_OP_CHUNK); in chunk_tx()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c1353 { BT_MESH_BLOB_OP_CHUNK, 0, mock_handle_chunks },