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 4a92860..71a4d0e 100644 --- a/unit/test-avrcp.c +++ b/unit/test-avrcp.c @@ -381,5 +381,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, + 0x01, 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