Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dblob.h15 #define BT_MESH_BLOB_OP_BLOCK_START BT_MESH_MODEL_OP_2(0x83, 0x04) macro
Dblob_cli.c665 BT_MESH_MODEL_BUF_DEFINE(buf, BT_MESH_BLOB_OP_BLOCK_START, 4); in block_start_tx()
666 bt_mesh_model_msg_init(&buf, BT_MESH_BLOB_OP_BLOCK_START); in block_start_tx()
Dblob_srv.c843 { BT_MESH_BLOB_OP_BLOCK_START, BT_MESH_LEN_EXACT(4), handle_block_start },