summaryrefslogtreecommitdiff
path: root/gatocentralmanager.cpp
diff options
context:
space:
mode:
authorJavier <maemo@javispedro.com>2014-07-26 17:54:59 +0200
committerJavier <maemo@javispedro.com>2014-07-26 17:54:59 +0200
commit21b56895cb60e4d68b9e79b44b18cdb79b747e8c (patch)
tree44a6a635948a711843a745b48d61f376d3503b71 /gatocentralmanager.cpp
parentf15a824a143da472325c0aaf2baaedd827e655e6 (diff)
downloadlibgato-21b56895cb60e4d68b9e79b44b18cdb79b747e8c.tar.gz
libgato-21b56895cb60e4d68b9e79b44b18cdb79b747e8c.zip
reduce scanning duty cycle to allow for BT coex
Diffstat (limited to 'gatocentralmanager.cpp')
-rw-r--r--gatocentralmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatocentralmanager.cpp b/gatocentralmanager.cpp
index 0d3efd9..4e6458b 100644
--- a/gatocentralmanager.cpp
+++ b/gatocentralmanager.cpp
@@ -86,7 +86,7 @@ void GatoCentralManager::scanForPeripheralsWithServices(const QList<GatoUUID> &u
hci_le_set_scan_enable(d->hci, 0, 0, d->timeout);
rc = hci_le_set_scan_parameters(d->hci, scan_type,
- htobs(0x0010), htobs(0x0010),
+ htobs(0x0100), htobs(0x0030),
0 /* Public address */,
0 /* No filter ? */,
d->timeout);