summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothservicediscoveryagent.cpp
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: fix clang compiler warningTim Blechmann2024-12-021-1/+2
* Clear previous bluetooth device/service discovery errors on restartJuha Vuolle2022-09-201-1/+7
* Fix error() to errorOccurred() in documentation (changed in Qt 6)Juha Vuolle2022-08-211-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Properly use 'since' qdoc command in enum values documentationIvan Solovev2022-05-191-3/+3
* Introduce error codes for missing permissionsIvan Solovev2022-05-191-0/+3
* Replace some indexed with ranged for-loopsMarc Mutz2022-04-111-2/+1
* QBluetoothServiceDiscoveryAgentPrivate: fix broken remove loopMarc Mutz2022-04-081-4/+4
* rename error signals to errorOccurredAndreas Buhr2021-03-221-8/+10
* Use scoped enum for constants in QBluetoothUuidAndreas Buhr2021-03-111-1/+1
* IO/CoreBluetooth - clean the code up for Qt6Timur Pocheptsov2019-09-261-2/+2
* 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