From a7161d92f965848049dbb2eaa80cce0aa178c0ed Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 6 Dec 2013 23:07:49 +0100 Subject: Improve MTU exchange --- gatocentralmanager.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'gatocentralmanager.cpp') diff --git a/gatocentralmanager.cpp b/gatocentralmanager.cpp index 3073d34..00dd531 100644 --- a/gatocentralmanager.cpp +++ b/gatocentralmanager.cpp @@ -90,8 +90,6 @@ void GatoCentralManager::scanForPeripheralsWithServices(const QList &u return; } - qDebug() << "LE Scan in progress"; - d->notifier = new QSocketNotifier(d->hci, QSocketNotifier::Read); connect(d->notifier, SIGNAL(activated(int)), this, SLOT(_q_readNotify())); @@ -117,7 +115,6 @@ void GatoCentralManager::stopScan() { Q_D(GatoCentralManager); if (d->scanning()) { - qDebug() << "Stopping LE scan"; delete d->notifier; setsockopt(d->hci, SOL_HCI, HCI_FILTER, &d->hci_of, sizeof(d->hci_of)); hci_le_set_scan_enable(d->hci, 0, 0, d->timeout); -- cgit v1.2.3