From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> To verify the GetFolderItems response for the Search Folder issued by the TG. --- unit/test-avrcp.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/unit/test-avrcp.c b/unit/test-avrcp.c index f653861..93262a8 100644 --- a/unit/test-avrcp.c +++ b/unit/test-avrcp.c @@ -820,6 +820,16 @@ int main(int argc, char *argv[]) 0x00, 0x00, 0x00, 0x02, /* end */ 0x00)); + /* GetFolderItems - NowPlaying - TG */ + define_test("/TP/MCN/SCR/BV-04-C", test_server, + brs_pdu(0x00, 0x11, 0x0e, AVRCP_GET_FOLDER_ITEMS, + 0x00, 0x0a, AVRCP_MEDIA_SEARCH, + 0x00, 0x00, 0x00, 0x00, /* start */ + 0x00, 0x00, 0x00, 0x02, /* end */ + 0x00), + brs_pdu(0x02, 0x11, 0x0e, AVRCP_GET_FOLDER_ITEMS, + 0x00, 0x05, 0x04, 0xab, 0xcd, 0x00, 0x00)); + /* GetItemAttributes - CT */ define_test("/TP/MCN/SRC/BV-05-C", test_client, raw_pdu(0x00, 0x11, 0x0e, AVRCP_GET_ITEM_ATTRIBUTES, -- 1.9.0 -- 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