From b92827f804ecd7e5df77bb794ca36884a7c5505d Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 4 Dec 2013 15:18:17 +0200 Subject: [PATCH] unit/AVDTP: Add /TP/SIG/SMG/BI-33-C test Verify that the IUT (ACP) is able to issue a get all capabilities reject response to the INT. --- unit/test-avdtp.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/unit/test-avdtp.c b/unit/test-avdtp.c index 29ec95901..abc40afb8 100644 --- a/unit/test-avdtp.c +++ b/unit/test-avdtp.c @@ -1062,6 +1062,11 @@ int main(int argc, char *argv[]) raw_pdu(0x32, 0x01, 0x04, 0x00), raw_pdu(0x40, 0x0c, 0x04), raw_pdu(0x43, 0x0c, 0x11)); + define_test("/TP/SIG/SMG/BI-33-C", test_server_1_3, + raw_pdu(0x00, 0x01), + raw_pdu(0x02, 0x01, 0x04, 0x00), + raw_pdu(0x10, 0x0c), + raw_pdu(0x13, 0x0c, 0x11)); return g_test_run(); } -- 2.47.3