diff options
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2013-12-04 14:55:30 +0200 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2013-12-05 12:36:03 +0200 |
commit | 5cd5d09f873ca98cfdc83af7523dc6c38abfb40f (patch) | |
tree | 2903f37087f9ca1b99269db0e3d9cfb9bacf1911 /unit/test-avdtp.c | |
parent | f0d3a528094a9abf7d408b9c726c78e13dd597b1 (diff) | |
download | bluez-5cd5d09f873ca98cfdc83af7523dc6c38abfb40f.tar.gz |
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).
Diffstat (limited to 'unit/test-avdtp.c')
-rw-r--r-- | unit/test-avdtp.c | 3 |
1 files changed, 3 insertions, 0 deletions
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(); } |