From 1144f669b1739ee8bd4aadd5a10261a976b1ec66 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 28 Nov 2013 16:14:48 +0200 Subject: [PATCH] unit/AVDTP: Add /TP/SIG/SMG/BI-05-C test Verify that the IUT (INT) is able to detect the rejection by the ACP of a get capabilities command. --- unit/test-avdtp.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/unit/test-avdtp.c b/unit/test-avdtp.c index 782e23d28..bc2882152 100644 --- a/unit/test-avdtp.c +++ b/unit/test-avdtp.c @@ -718,6 +718,11 @@ int main(int argc, char *argv[]) raw_pdu(0xc2, 0x01, 0x04, 0x00), raw_pdu(0xd0, 0x02, 0x04), raw_pdu(0xd3, 0x02, 0x11)); + define_test("/TP/SIG/SMG/BI-05-C", test_server, + raw_pdu(0x00, 0x01), + raw_pdu(0x02, 0x01, 0x04, 0x00), + raw_pdu(0x10, 0x02), + raw_pdu(0x13, 0x02, 0x11)); return g_test_run(); } -- 2.47.3