From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> To verify the ChangePath response issued by the TG when the Direction is FolderUp. --- unit/test-avrcp.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/unit/test-avrcp.c b/unit/test-avrcp.c index ecaaeda..2d51779 100644 --- a/unit/test-avrcp.c +++ b/unit/test-avrcp.c @@ -791,6 +791,17 @@ int main(int argc, char *argv[]) brs_pdu(0x02, 0x11, 0x0e, AVRCP_CHANGE_PATH, 0x00, 0x05, 0x04, 0x00, 0x00, 0x00, 0x00)); + /* ChangePath - TG */ + define_test("/TP/MCN/CB/BV-06-C", test_server, + brs_pdu(0x00, 0x11, 0x0e, AVRCP_CHANGE_PATH, + 0x00, 0x0b, + 0xaa, 0xbb, /* counter */ + 0x00, /* direction */ + 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x01 /* Folder UID */), + brs_pdu(0x02, 0x11, 0x0e, AVRCP_CHANGE_PATH, + 0x00, 0x05, 0x04, 0x00, 0x00, 0x00, 0x00)); + /* GetItemAttributes - CT */ define_test("/TP/MCN/CB/BV-07-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