Home
last modified time | relevance | path

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

/Zephyr-latest/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.c55 return MIN((srv->state.mtu_size - 2 - BT_MESH_MODEL_OP_LEN(BT_MESH_BLOB_OP_CHUNK)), in max_chunk_size()
844 { BT_MESH_BLOB_OP_CHUNK, BT_MESH_LEN_MIN(2), handle_chunk },
Dblob_cli.c679 bt_mesh_model_msg_init(&buf, BT_MESH_BLOB_OP_CHUNK); in chunk_tx()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c1353 { BT_MESH_BLOB_OP_CHUNK, 0, mock_handle_chunks },