summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothservicediscoveryagent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Service discovery agent - remove the public API implementation (macOS)Timur Pocheptsov2019-07-151-0/+11
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-111-1/+2
|\
| * Bluetooth: Compare the server channel when checking for duplicatesAndy Shaw2019-05-101-1/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-091-0/+5
|\|
| * Add Android exclamation to QBluetoothServiceDiscoveryAgent ctor docsAlex Blasche2019-02-081-0/+5
* | Compile-fix (g++ 8): move #include of mocs outside namespaceEdward Welbourne2018-11-301-2/+2
|/
* Ensure QObject context is retained to avoid crashesv5.12.0-beta4Alex Blasche2018-10-311-3/+3
* Normalize QObject::connect() statementsAlex Blasche2018-08-291-7/+13
* Code cleanup: Use nullptr wherever possibleAlex Blasche2018-08-241-3/+3
* Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-1/+1
* Improve documentation about missing iOS support in QtBluetoothAlex Blasche2018-01-041-0/+3
* Avoid recursion during QBluetoothDeviceDiscoveryAgent::stop()Alex Blasche2017-08-041-0/+8
* Only do Classic device discovery inside QBluetoothServiceDiscoveryAgentAlex Blasche2017-06-141-1/+1
* Replace custom QT_BLUEZ_BLUETOOTH against the related feature defineAlex Blasche2017-04-061-2/+2
* winrt: Add service discoveryOliver Wolff2017-01-201-0/+2
* Merge remote-tracking branch 'gerrit/5.6' into 5.7Alex Blasche2016-06-091-4/+4
|\
| * QBluetoothServiceDiscoveryAgent: set q_ptr in d_ptr's constructor.Edward Welbourne2016-06-021-4/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-1/+6
|\|
| * Improve QBluetoothServiceDiscoveryAgent::setUuidFilter() docsAlex Blasche2016-04-271-1/+6
* | Updated license headersAntti Kokko2016-01-201-14/+20
|/
* Remove QNX/BlackBerry implementation for QtBluetoothAlex Blasche2015-06-171-2/+3
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Fix crashing btchat example when selecting remote devicev5.4.1Alex Blasche2015-01-291-0/+5
* Add missing InvalidBluetoothAdapterError to QML discovery modelAlex Blasche2014-11-211-1/+2
* Extend docs on Minimal SDP discoveryAlex Blasche2014-09-301-4/+10
* Add \since to all Qt Bluetooth classes which didn't have the tag yetAlex Blasche2014-09-261-0/+2
* Remove QLowEnergyServiceInfoAlex Blasche2014-09-031-9/+18
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
* Fix BTLE related qdoc errorsAlex Blasche2014-06-041-0/+6
* Merge branch 'dev' into btleAlex Blasche2014-05-261-2/+24
|\
| * Code cleanup: Avoid repeated service info duplication checkAlex Blasche2014-05-231-0/+15
| * Service discovery via Bluez5Alex Blasche2014-05-221-1/+8
| * Provide correct code snippet for QBluetoothServiceDiscoveryAgentOleg Shparber2014-04-221-1/+1
* | Merge branch 'dev' into btleAlex Blasche2014-02-171-42/+83
|\|
| * Port QtBluetooth to AndroidAlex Blasche2014-02-131-2/+0
| * Merge remote-tracking branch 'gerrit/stable' into devAlex Blasche2014-02-031-15/+38
| |\
| | * Stop SDP search if QML Model is turned offAlex Blasche2014-01-221-0/+3
| | * Do not clear result lists while the SDP search is ongoing.Alex Blasche2014-01-201-1/+6
| | * Improve QBluetoothServiceDiscoveryAgent documentationAlex Blasche2014-01-201-16/+34
| * | Don't stop Bt discoveries while we have InvalidBluetoothAdapterErrorAlex Blasche2014-01-201-0/+3
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-171-16/+5
| |\|
| | * Cleanup more duplicated code in SDP discovery class.Alex Blasche2014-01-171-16/+5
| * | Document a somewhat peculiar signal behavior mismatch during Bt discoveryAlex Blasche2014-01-151-3/+7
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-101-2/+0
| |\|
| | * Don't set the internal service discovery state twice to the sameAlex Blasche2014-01-071-2/+0
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-061-1/+2
| |\|
| | * Improve error reporting.Alex Blasche2013-12-201-1/+2
| * | Improve and fix documentation for the Bluetooth discovery classes.Alex Blasche2013-12-201-6/+15
| * | Check the local adapter's BluetoothAdress before doing the discoveryFabian Bumberger2013-12-201-2/+18
| |/
* / Implemented Bluetooth Low Energy gatt service and characteristics discoveryNedim Hadzic2013-11-041-1/+0
|/