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).
This commit is contained in:
Luiz Augusto von Dentz 2013-12-04 14:55:30 +02:00
parent f0d3a52809
commit 5cd5d09f87

View File

@ -1053,6 +1053,9 @@ int main(int argc, char *argv[])
0x06, 0x00, 0x00, 0xff, 0xff, 0x02, 0x40), 0x06, 0x00, 0x00, 0xff, 0xff, 0x02, 0x40),
raw_pdu(0x20, 0x03, 0x04, 0x04, 0x01, 0x00, 0x07, 0x06, raw_pdu(0x20, 0x03, 0x04, 0x04, 0x01, 0x00, 0x07, 0x06,
0x00, 0x00, 0x21, 0x02, 0x02, 0x20)); 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(); return g_test_run();
} }