Searched refs:TEST_MSG_OP_1 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/ |
D | mesh_test.c | 33 size_t len = buf->len + BT_MESH_MODEL_OP_LEN(TEST_MSG_OP_1); in msg_rx() 95 { TEST_MSG_OP_1, 0, msg_rx }, 442 BT_MESH_MODEL_BUF_DEFINE(buf, TEST_MSG_OP_1, BT_MESH_TX_SDU_MAX); in bt_mesh_test_send_async() 443 bt_mesh_model_msg_init(&buf, TEST_MSG_OP_1); in bt_mesh_test_send_async() 445 if (len > BT_MESH_MODEL_OP_LEN(TEST_MSG_OP_1)) { in bt_mesh_test_send_async() 450 for (int i = 1; i < len - BT_MESH_MODEL_OP_LEN(TEST_MSG_OP_1); i++) { in bt_mesh_test_send_async()
|
D | test_replay_cache.c | 271 BT_MESH_MODEL_BUF_DEFINE(msg, TEST_MSG_OP_1, 0); in msg_send() 273 bt_mesh_model_msg_init(&msg, TEST_MSG_OP_1); in msg_send()
|
D | mesh_test.h | 28 #define TEST_MSG_OP_1 BT_MESH_MODEL_OP_1(0x0f) macro
|
D | test_friendship.c | 576 bt_mesh_model_msg_init(test_model->pub->msg, TEST_MSG_OP_1); in test_lpn_msg_mesh()
|