Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dblob.h11 #define BT_MESH_BLOB_OP_XFER_START BT_MESH_MODEL_OP_2(0x83, 0x01) macro
Dblob_cli.c635 BT_MESH_MODEL_BUF_DEFINE(buf, BT_MESH_BLOB_OP_XFER_START, 16); in xfer_start_tx()
636 bt_mesh_model_msg_init(&buf, BT_MESH_BLOB_OP_XFER_START); in xfer_start_tx()
Dblob_srv.c840 { BT_MESH_BLOB_OP_XFER_START, BT_MESH_LEN_EXACT(16), handle_xfer_start },