Searched refs:BT_MESH_DUMMY_VND_MOD_MSG_MINLEN (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_op_agg.c | 25 #define BT_MESH_DUMMY_VND_MOD_MSG_MINLEN 7 macro 42 (OPCODES_STATUS_ITEM_LEN(BT_MESH_DUMMY_VND_MOD_MSG_MINLEN) * (TEST_SEND_ITR - 1)) + \ 69 memset(net_buf_simple_add(&msg, BT_MESH_DUMMY_VND_MOD_MSG_MINLEN - 1), 0, in get_handler() 70 BT_MESH_DUMMY_VND_MOD_MSG_MINLEN); in get_handler() 105 memset(net_buf_simple_add(&msg, BT_MESH_DUMMY_VND_MOD_MSG_MINLEN - 1), 0, in dummy_vnd_mod_get() 106 BT_MESH_DUMMY_VND_MOD_MSG_MINLEN); in dummy_vnd_mod_get() 117 {BT_MESH_DUMMY_VND_MOD_GET_OP, BT_MESH_DUMMY_VND_MOD_MSG_MINLEN, get_handler}, 118 {BT_MESH_DUMMY_VND_MOD_STATUS_OP, BT_MESH_DUMMY_VND_MOD_MSG_MINLEN, status_handler},
|