From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Test verifies that the Target responds to Prev Group command. --- unit/test-avrcp.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/unit/test-avrcp.c b/unit/test-avrcp.c index ea421b0..31d17b9 100644 --- a/unit/test-avrcp.c +++ b/unit/test-avrcp.c @@ -1074,5 +1074,16 @@ int main(int argc, char *argv[]) AVC_VENDOR_UNIQUE, 0x05, 0x00, 0x19, 0x58, 0x00, AVC_VENDOR_PREV_GROUP)); + /* Previous Group command transfer - TG */ + define_test("/TP/BGN/BV-02-I", test_server, + raw_pdu(0x00, 0x11, 0x0e, 0x00, 0x48, + AVC_OP_PASSTHROUGH, + AVC_VENDOR_UNIQUE, 0x05, 0x00, 0x19, + 0x58, 0x00, AVC_VENDOR_PREV_GROUP), + raw_pdu(0x02, 0x11, 0x0e, AVC_CTYPE_ACCEPTED, + 0x48, AVC_OP_PASSTHROUGH, + AVC_VENDOR_UNIQUE, 0x05, 0x00, 0x19, + 0x58, 0x00, AVC_VENDOR_PREV_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