From 5cd5d09f873ca98cfdc83af7523dc6c38abfb40f Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 4 Dec 2013 14:55:30 +0200 Subject: [PATCH] unit/AVDTP: Add /TP/SIG/SMG/ESR04/BI-28-C test Verify that the IUT (ACP) is able to issue a general reject response to the Lower Tester (INT). --- unit/test-avdtp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unit/test-avdtp.c b/unit/test-avdtp.c index d0f35107b..9bea5e10e 100644 --- a/unit/test-avdtp.c +++ b/unit/test-avdtp.c @@ -1053,6 +1053,9 @@ int main(int argc, char *argv[]) 0x06, 0x00, 0x00, 0xff, 0xff, 0x02, 0x40), raw_pdu(0x20, 0x03, 0x04, 0x04, 0x01, 0x00, 0x07, 0x06, 0x00, 0x00, 0x21, 0x02, 0x02, 0x20)); + define_test("/TP/SIG/SMG/ESR04/BI-28-C", test_server, + raw_pdu(0x00, 0x3f), + raw_pdu(0x01, 0x3f)); return g_test_run(); } -- 2.47.3