summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/lowenergyscanner/device.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-121-2/+2
* Use SPDX license identifiersLucie GĂ©rard2022-06-131-50/+3
* Increase timeout of lowenergyscannerAndreas Buhr2021-06-141-1/+1
* Change QLowEnergyService::ServiceState enum to reflect future changesAndreas Buhr2021-04-081-3/+3
* rename error signals to errorOccurredAndreas Buhr2021-03-221-4/+3
* Fix clazy warningAlex Blasche2021-02-261-1/+1
* Rename QLEService::DiscoveringServices to DiscoveringServiceAlex Blasche2020-05-141-1/+1
* Modify point when lowenergyscanner remembers found BTLE devicesAlex Blasche2019-08-071-5/+7
* Update Bluetooth examples for high-DPI displays and nullptrAndre de la Rocha2019-06-061-6/+6
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-08-301-2/+6
|\
| * Provide more informative error messages in the BLE Scanner exampleShawn Rutledge2018-08-211-2/+6
* | Cleanup lowenergyscanner example with clang tidy and clazy helpAlex Blasche2018-08-241-18/+22
* | Remove direct usage of QLowEnergyController::ctorAlex Blasche2018-08-211-1/+1
* | Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-2/+2
|/
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-3/+13
|\
| * Fix outdated BSD license headerKai Koehne2017-10-171-3/+13
* | Rename qbluetoothglobal.h to qtbluetoothglobal.hOliver Wolff2017-08-301-0/+1
|/
* lowenergyscanner: Use new connect syntaxOliver Wolff2017-07-041-18/+18
* Restrict the BTLE examples to Low Energy use casesAlex Blasche2016-12-071-1/+2
* Reduce platform specific code linesAlex Blasche2015-05-121-9/+2
* Update copyright headersJani Heikkinen2015-02-161-4/+4
* Bluetooth example - lowenergyscanner (OS X and iOS)Timur Pocheptsov2014-12-051-0/+6
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-3/+4
|\
| * Improve lowenergyscanner status reportingAlex Blasche2014-11-241-3/+4
* | lowenergyscanned - update example (iOS and OS X)Timur Pocheptsov2014-11-251-0/+4
* | More lowenergyscanner example fixes.Alex Blasche2014-11-111-1/+12
|/
* Force lowenergyscanner to show empty list if we did not find servicesAlex Blasche2014-10-301-0/+3
* Fix lowenergyscanner ui bugs when QLEController connection errorsAlex Blasche2014-10-291-1/+16
* Fix lowenergyscanner when dealing with device scan errorsAlex Blasche2014-10-281-2/+9
* Add support for random vs public address selection to lowenergyscannerAlex Blasche2014-09-021-4/+18
* Update and extend the lowenergyscanner example docsAlex Blasche2014-08-251-0/+17
* Rename QLowEnergyControllerNew -> QLowEnergyControllerAlex Blasche2014-07-231-4/+4
* Various improvements to lowenergyscanner exampleAlex Blasche2014-07-161-4/+9
* Port lowenergyscanner example to new APIAlex Blasche2014-07-151-66/+106
* QBluetoothDeviceInfo::coreConfiguration() should return the QFlagAlex Blasche2014-06-041-1/+1
* Added and improved error handling in controller classNedim Hadzic2014-03-251-3/+4
* BLE scanner search bar fixNedim Hadzic2014-03-101-1/+10
* Lowenergyscanner example improvedNedim Hadzic2014-02-271-32/+50
* Renaming QLowEnergyServiceInfo methodsNedim Hadzic2014-02-211-3/+3
* Implemented Bluetooth Low Energy: examplesNedim Hadzic2014-01-091-0/+217