diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-13 02:45:38 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-13 02:45:38 -0500 |
commit | 1e78a7b5661a3c11302066262cd250776c83c656 (patch) | |
tree | 6c604a584e6456c344bcf2acb49771edee5ad347 /user/bluez/disable-lock-test.patch | |
parent | ff4cd7d31f2a18039e2ce40960a595d7628f566a (diff) | |
download | packages-1e78a7b5661a3c11302066262cd250776c83c656.tar.gz packages-1e78a7b5661a3c11302066262cd250776c83c656.tar.bz2 packages-1e78a7b5661a3c11302066262cd250776c83c656.tar.xz packages-1e78a7b5661a3c11302066262cd250776c83c656.zip |
user/bluez: pull in, bump, fix up
Diffstat (limited to 'user/bluez/disable-lock-test.patch')
-rw-r--r-- | user/bluez/disable-lock-test.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/user/bluez/disable-lock-test.patch b/user/bluez/disable-lock-test.patch new file mode 100644 index 000000000..3d849a83e --- /dev/null +++ b/user/bluez/disable-lock-test.patch @@ -0,0 +1,18 @@ +This test locks up. + +--- bluez-5.47/unit/test-gatt.c.old 2017-07-14 04:12:22.000000000 -0500 ++++ bluez-5.47/unit/test-gatt.c 2017-09-28 03:03:00.678738581 -0500 +@@ -4459,11 +4459,11 @@ + raw_pdu(0x18, 0x01), + raw_pdu(0x01, 0x18, 0x25, 0x00, 0x06)); + +- define_test_server("/robustness/unkown-request", ++ /*define_test_server("/robustness/unkown-request", + test_server, service_db_1, NULL, + raw_pdu(0x03, 0x00, 0x02), + raw_pdu(0xbf, 0x00), +- raw_pdu(0x01, 0xbf, 0x00, 0x00, 0x06)); ++ raw_pdu(0x01, 0xbf, 0x00, 0x00, 0x06));*/ + + define_test_server("/robustness/unkown-command", + test_server, service_db_1, NULL, |