Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dblob.h14 #define BT_MESH_BLOB_OP_BLOCK_GET BT_MESH_MODEL_OP_2(0x83, 0x05) macro
Dblob_cli.c697 BT_MESH_MODEL_BUF_DEFINE(buf, BT_MESH_BLOB_OP_BLOCK_GET, 0); in block_get_tx()
698 bt_mesh_model_msg_init(&buf, BT_MESH_BLOB_OP_BLOCK_GET); in block_get_tx()
Dblob_srv.c842 { BT_MESH_BLOB_OP_BLOCK_GET, BT_MESH_LEN_EXACT(0), handle_block_get },