Searched refs:TEST_MSG_OP_2 (Results 1 – 2 of 2) sorted by relevance
98 {TEST_MSG_OP_1, 0, msg_rx}, {TEST_MSG_OP_2, 0, data_rx}, BT_MESH_MODEL_OP_END};544 BT_MESH_MODEL_BUF_DEFINE(buf, TEST_MSG_OP_2, BT_MESH_TX_SDU_MAX); in bt_mesh_test_send_data()545 bt_mesh_model_msg_init(&buf, TEST_MSG_OP_2); in bt_mesh_test_send_data()
30 #define TEST_MSG_OP_2 BT_MESH_MODEL_OP_1(0x10) macro