From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Test verifies that the Target responds to Get Capability request. --- unit/test-avrcp.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/unit/test-avrcp.c b/unit/test-avrcp.c index dc704fa..d052c8d 100644 --- a/unit/test-avrcp.c +++ b/unit/test-avrcp.c @@ -427,5 +427,13 @@ int main(int argc, char *argv[]) 0x00, 0x19, 0x58, 0x10, 0x00, 0x00, 0x01, 0x03)); + define_test("/TP/CFG/BV-02-C", test_server, + raw_pdu(0x00, 0x11, 0x0e, 0x01, 0x48, 0x00, + 0x00, 0x19, 0x58, 0x10, 0x00, 0x00, + 0x01, 0x02), + raw_pdu(0x02, 0x11, 0x0e, 0x0c, 0x48, 0x00, + 0x00, 0x19, 0x58, 0x10, 0x00, 0x00, + 0x05, 0x02, 0x01, 0x00, 0x19, 0x58)); + 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