From 104ca9ecd5f2ec918d64b6c68f52851b0aa82339 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 28 Nov 2013 16:36:25 +0200 Subject: unit/AVDTP: Add /TP/SIG/SMG/BI-06-C test Verify that the IUT (ACP) is able to issue a reject response signal upon tester's request in answer to a get capabilities command. --- unit/test-avdtp.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'unit/test-avdtp.c') diff --git a/unit/test-avdtp.c b/unit/test-avdtp.c index bc2882152..214a98f27 100644 --- a/unit/test-avdtp.c +++ b/unit/test-avdtp.c @@ -723,6 +723,11 @@ int main(int argc, char *argv[]) raw_pdu(0x02, 0x01, 0x04, 0x00), raw_pdu(0x10, 0x02), raw_pdu(0x13, 0x02, 0x11)); + define_test("/TP/SIG/SMG/BI-06-C", test_server, + raw_pdu(0x00, 0x01), + raw_pdu(0x02, 0x01, 0x04, 0x00), + raw_pdu(0x10, 0x02, 0x00), + raw_pdu(0x13, 0x02, 0x12)); return g_test_run(); } -- cgit v1.2.1