Searched refs:MAX_SDU_MSG_LEN (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_sar.c | 24 #define MAX_SDU_MSG_LEN \ macro 30 static uint8_t dummy_msg[MAX_SDU_MSG_LEN] = {0}; 85 ASSERT_EQUAL(buf->len, MAX_SDU_MSG_LEN); in data_integrity_check() 89 ASSERT_TRUE(memcmp(net_buf_simple_pull_mem(buf, MAX_SDU_MSG_LEN), dummy_msg, in data_integrity_check() 90 MAX_SDU_MSG_LEN) == 0); in data_integrity_check() 98 BT_MESH_MODEL_BUF_DEFINE(msg, DUMMY_VND_MOD_STATUS_OP, MAX_SDU_MSG_LEN); in get_handler() 118 BT_MESH_MODEL_BUF_DEFINE(buf, DUMMY_VND_MOD_GET_OP, MAX_SDU_MSG_LEN); in dummy_vnd_mod_get() 121 net_buf_simple_add_mem(&buf, msg, MAX_SDU_MSG_LEN); in dummy_vnd_mod_get() 127 {DUMMY_VND_MOD_GET_OP, MAX_SDU_MSG_LEN, get_handler}, 128 {DUMMY_VND_MOD_STATUS_OP, MAX_SDU_MSG_LEN, status_handler},
|