summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothservicediscoveryagent_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't create QBluetoothServiceInfo when uuid is nullAlex Blasche2019-04-121-1/+4
* Android: Don't filter SPP uuidAlex Blasche2019-04-121-11/+12
* Streamline QBluetoothServiceDiscoveryAgentPrivate::populateDiscoveredServicesAlex Blasche2019-04-101-32/+33
* Check the reverted UUID when filteringBogDan Vatra2019-04-051-1/+5
* Fix unit test failure on AndroidAlex Blasche2019-02-081-11/+31
* Ensure QObject context is retained to avoid crashesv5.12.0-beta4Alex Blasche2018-10-311-4/+6
* Fix SDP BrowseGroupList entryAlex Blasche2018-10-161-2/+3
* Fix the BluetoothProfileDescriptorStructureAlex Blasche2018-10-151-4/+13
* Normalize QObject::connect() statementsAlex Blasche2018-08-291-8/+15
* Code cleanup: Use nullptr wherever possibleAlex Blasche2018-08-241-6/+6
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-181-4/+10
|\
| * Android: Fix QBluetoothServiceDiscoveryAgent::uuidFilter() behaviorAlex Blasche2018-08-151-4/+10
* | Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-1/+1
|/
* Android: Don't miss services if the last device discovery failedAlex Blasche2017-06-161-0/+4
* Merge remote-tracking branch 'gerrit/5.6' into 5.7Alex Blasche2016-06-091-2/+4
|\
| * QBluetoothServiceDiscoveryAgent: set q_ptr in d_ptr's constructor.Edward Welbourne2016-06-021-2/+4
* | Updated license headersAntti Kokko2016-01-201-14/+20
|/
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Convert qRegisterMetaType<T>(const char*) to qRegisterMetaType<T>()Alex Blasche2015-01-281-1/+1
* Fix crash during service discovery on Androidv5.4.0Alex Blasche2014-11-211-13/+11
* Set ATT as protocol descriptor for BTLE SDP recordsAlex Blasche2014-09-031-2/+6
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
* Code cleanup: Avoid repeated service info duplication checkAlex Blasche2014-05-231-12/+1
* Simplify detection of Bluetooth Base UUID derived uuidsAlex Blasche2014-05-221-14/+5
* Service discovery via Bluez5Alex Blasche2014-05-221-75/+3
* Fix discovery hanging in unrecoverable state due to incorrect error handlingAlex Blasche2014-04-161-0/+6
* Do not always filter Serial Port profiles out anymore on AndroidAlex Blasche2014-04-151-1/+16
* Fix a few TODOs around the source code and remove obsolete onesAlex Blasche2014-03-131-1/+0
* Android: Fix crashes due to concurrency issuesAlex Blasche2014-03-111-2/+12
* Android: Fix ommission of found services during SDP discoveryAlex Blasche2014-03-071-5/+5
* Add missing Standard BT service/profile uuidsAlex Blasche2014-03-061-2/+10
* Fix uuid value of ServiceClassId PnpInformationAlex Blasche2014-03-061-1/+1
* Normalize signal & slot signaturesAlex Blasche2014-02-271-1/+1
* Adjust strings for translationAlex Blasche2014-02-131-7/+7
* Port QtBluetooth to AndroidAlex Blasche2014-02-131-0/+513