summaryrefslogtreecommitdiff
path: root/gatocentralmanager.cpp
diff options
context:
space:
mode:
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);