unit/AVDTP: Add /TP/SIG/SMG/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:19:34 +02:00
parent ee4f8a14fd
commit 9f517cf9b5

View File

@ -1042,6 +1042,9 @@ int main(int argc, char *argv[])
raw_pdu(0x42, 0x07),
raw_pdu(0x50, 0x09, 0x04),
raw_pdu(0x53, 0x09, 0x04, 0xc0));
define_test("/TP/SIG/SMG/BI-28-C", test_server,
raw_pdu(0x00, 0xff),
raw_pdu(0x01, 0x3f));
return g_test_run();
}