From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> To verify the GetItemAttributes response issued by the TG on a Media Item in the NowPlaying folder. --- unit/test-avrcp.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/unit/test-avrcp.c b/unit/test-avrcp.c index ac6efde..5295e38 100644 --- a/unit/test-avrcp.c +++ b/unit/test-avrcp.c @@ -960,6 +960,17 @@ int main(int argc, char *argv[]) 0xaa, 0xbb, /* counter */ 0x00)); /* num attr */ + /* GetItemAttributes - TG */ + define_test("/TP/MCN/CB/BV-09-C", test_server, + brs_pdu(0x00, 0x11, 0x0e, AVRCP_GET_ITEM_ATTRIBUTES, + 0x00, 0x0c, AVRCP_MEDIA_NOW_PLAYING, + 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x01, /* uid */ + 0xaa, 0xbb, /* counter */ + 0x00), /* num attr */ + brs_pdu(0x02, 0x11, 0x0e, AVRCP_GET_ITEM_ATTRIBUTES, + 0x00, 0x02, 0x04, 0x00)); + /* Media Player Selection IOP tests */ /* Listing of available media players */ -- 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