From 544668dda499978d9491b2e4aa22c2480a1f7895 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Mon, 31 Mar 2014 15:25:14 +0300 Subject: [PATCH] unit/avrcp: Add /TP/MCN/SRC/BV-05-C test Test verifies that GetItemAttributes command issued by the Controller on a Media Item in the Search folder. --- unit/test-avrcp.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/unit/test-avrcp.c b/unit/test-avrcp.c index a37126e5d..ad76e5ca7 100644 --- a/unit/test-avrcp.c +++ b/unit/test-avrcp.c @@ -609,6 +609,11 @@ static void test_client(gconstpointer data) avrcp_get_folder_items(context->session, AVRCP_MEDIA_SEARCH, 0, 2, 0, NULL); + if (g_str_equal(context->data->test_name, "/TP/MCN/SRC/BV-05-C")) + avrcp_get_item_attributes(context->session, + AVRCP_MEDIA_SEARCH, 0x01, 0xaabb, + 0, NULL); + if (g_str_equal(context->data->test_name, "/TP/CFG/BV-01-C")) avrcp_get_capabilities(context->session, CAP_EVENTS_SUPPORTED); @@ -742,6 +747,15 @@ int main(int argc, char *argv[]) 0x00, 0x00, 0x00, 0x02, /* end */ 0x00)); + /* GetItemAttributes - CT */ + define_test("/TP/MCN/SRC/BV-05-C", test_client, + raw_pdu(0x00, 0x11, 0x0e, AVRCP_GET_ITEM_ATTRIBUTES, + 0x00, 0x0c, AVRCP_MEDIA_SEARCH, + 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x01, /* uuid */ + 0xaa, 0xbb, /* counter */ + 0x00)); /* num attr */ + /* Media Player Selection IOP tests */ /* Listing of available media players */ -- 2.47.3