Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_sar.c21 #define DUMMY_VND_MOD_GET_OP BT_MESH_MODEL_OP_3(0xDC, TEST_VND_COMPANY_ID) macro
25 BT_MESH_TX_SDU_MAX - BT_MESH_MIC_SHORT - BT_MESH_MODEL_OP_LEN(DUMMY_VND_MOD_GET_OP)
118 BT_MESH_MODEL_BUF_DEFINE(buf, DUMMY_VND_MOD_GET_OP, MAX_SDU_MSG_LEN); in dummy_vnd_mod_get()
120 bt_mesh_model_msg_init(&buf, DUMMY_VND_MOD_GET_OP); in dummy_vnd_mod_get()
127 {DUMMY_VND_MOD_GET_OP, MAX_SDU_MSG_LEN, get_handler},