Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_op_agg.c22 #define BT_MESH_DUMMY_VND_MOD_GET_OP BT_MESH_MODEL_OP_3(0xDC, TEST_VND_COMPANY_ID) macro
99 BT_MESH_MODEL_BUF_DEFINE(msg, BT_MESH_DUMMY_VND_MOD_GET_OP, in dummy_vnd_mod_get()
102 bt_mesh_model_msg_init(&msg, BT_MESH_DUMMY_VND_MOD_GET_OP); in dummy_vnd_mod_get()
117 {BT_MESH_DUMMY_VND_MOD_GET_OP, BT_MESH_DUMMY_VND_MOD_MSG_MINLEN, get_handler},