From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Test verifies that the Controller can send Next Group command to the Target. --- unit/test-avrcp.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/unit/test-avrcp.c b/unit/test-avrcp.c index 3702d39..f0f36dd 100644 --- a/unit/test-avrcp.c +++ b/unit/test-avrcp.c @@ -636,6 +636,9 @@ static void test_client(gconstpointer data) AVRCP_EVENT_STATUS_CHANGED, 0, NULL, NULL); + if (g_str_equal(context->data->test_name, "/TP/BGN/BV-01-I")) + avrcp_send_passthrough(context->session, IEEEID_BTSIG, + AVC_VENDOR_NEXT_GROUP); execute_context(context); } @@ -1030,5 +1033,12 @@ int main(int argc, char *argv[]) 0xff, 0x00, 0x00, 0x01, AVRCP_STATUS_INVALID_COMMAND)); + /* Next Group command transfer - CT */ + define_test("/TP/BGN/BV-01-I", test_client, + raw_pdu(0x00, 0x11, 0x0e, 0x00, 0x48, + AVC_OP_PASSTHROUGH, + AVC_VENDOR_UNIQUE, 0x05, 0x00, 0x19, + 0x58, 0x00, AVC_VENDOR_NEXT_GROUP)); + return g_test_run(); } -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html