From 5b4e49b42eb415a0aaa3a39af1135e70e3520d69 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 28 Nov 2013 11:29:37 +0200 Subject: [PATCH] unit/AVDTP: Add /TP/SIG/SMG/BV-27-C test Verify that the IUT (ACP) provides only basic capabilities in the Get Capabilities response. --- unit/test-avdtp.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/unit/test-avdtp.c b/unit/test-avdtp.c index 8a2a8a9e8..db56276b7 100644 --- a/unit/test-avdtp.c +++ b/unit/test-avdtp.c @@ -651,6 +651,12 @@ int main(int argc, char *argv[]) raw_pdu(0x10, 0x0c, 0x04), raw_pdu(0x12, 0x0c, 0x01, 0x00, 0x07, 0x06, 0x00, 0x00, 0xff, 0xff, 0x02, 0x40)); + define_test("/TP/SIG/SMG/BV-27-C", test_server_1_3, + raw_pdu(0x00, 0x01), + raw_pdu(0x02, 0x01, 0x04, 0x00), + raw_pdu(0x10, 0x02, 0x04), + raw_pdu(0x12, 0x02, 0x01, 0x00, 0x07, 0x06, 0x00, 0x00, + 0xff, 0xff, 0x02, 0x40)); return g_test_run(); } -- 2.47.3