summaryrefslogtreecommitdiff
path: root/unit/test-avdtp.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-12-04 14:19:34 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-12-05 12:36:03 +0200
commit9f517cf9b557d20b560c40aaab4cc6d24a6819c3 (patch)
tree32456d5ffb3031ebf816d0c3a6a9404f728d9768 /unit/test-avdtp.c
parentee4f8a14fd1d50684f586e6c242374f223d2da47 (diff)
downloadbluez-9f517cf9b557d20b560c40aaab4cc6d24a6819c3.tar.gz
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).
Diffstat (limited to 'unit/test-avdtp.c')
-rw-r--r--unit/test-avdtp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/unit/test-avdtp.c b/unit/test-avdtp.c
index d3665508d..45e962658 100644
--- a/unit/test-avdtp.c
+++ b/unit/test-avdtp.c
@@ -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();
}