summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cleanup QBluetoothServiceInfo xml stream writer on BluezAlex Blasche2019-02-151-11/+3
* Ensure SDP records can be byte arrays/hex encodedAlex Blasche2019-02-154-33/+60
* Fix unit test failure on AndroidAlex Blasche2019-02-081-11/+31
* Add Android exclamation to QBluetoothServiceDiscoveryAgent ctor docsAlex Blasche2019-02-081-0/+5
* Fix potential bug in osxbtcentralmanagerTimur Pocheptsov2019-02-081-1/+3
* Bluetooth LE scan - fix a crash (CoreBluetooth)Timur Pocheptsov2019-02-071-30/+57
* Doc: Fix link error to \macosNico Vertriest2019-02-071-1/+1
* LE/Android: fix crash when destroying DiscoveryAgent during scanKonstantin Marchenko2019-01-252-0/+6
* LE/Android: trivial typo fixesKonstantin Ritt2019-01-251-2/+2
* Check for system feature PackageManager.FEATURE_NFCAndré Klitzing2019-01-141-2/+7
* Ensure custom uuids are returned by QBluetoothServiceInfo::serviceUuid()Alex Blasche2019-01-091-1/+17
* Don't reverse uuids which are derived from Bluetooth's base uuidAlex Blasche2019-01-081-1/+1
* Add missing dbus registrations and change documentationAlex Blasche2019-01-042-2/+9
* CoreBluetooth - fix warnings ('-Wobjc-interface-ivars')Timur Pocheptsov2018-12-1820-98/+97
* Fix broken timeout handling in osxbtcentral managerTimur Pocheptsov2018-12-185-101/+136
* GCD timer - refactor and fix warningsTimur Pocheptsov2018-12-175-29/+70
* Fix use of the wrong constant: m_maximum should be INT_MAXThiago Macieira2018-12-121-1/+1
* qnearfieldmanager_emulator: Use Q_GLOBAL_STATIC for tag activatorOliver Wolff2018-12-063-12/+6
* Prepare tst_qnearfieldmanager for configurations with builtin_testdataOliver Wolff2018-12-061-0/+4
* QQmlNdefRecord: port to QRegularExpressionSamuel Gaist2018-12-031-3/+3
* Fix compilation with gcc 4.8Ville Voutilainen2018-12-031-1/+0
* Android: Emit deviceDiscovered before deviceUpdatedAndrew Dolby2018-11-211-11/+19
* winrt: Small code cleanupOliver Wolff2018-11-161-2/+1
* winrt: Clarify situation of ServiceClassIds and ProtocolDescriptorListOliver Wolff2018-11-161-0/+4
* winrt: Document necessity of pairing devices before discoveryOliver Wolff2018-11-161-0/+3
* qbluetoothlocaldevice_p.cpp: Make sure d_ptr is initializedOliver Wolff2018-11-152-25/+10
* Ensure QObject context is retained to avoid crashesv5.12.0-beta4Alex Blasche2018-10-315-17/+20
* Fix regression not updating the device info during BTLE discoveryAlex Blasche2018-10-311-1/+1
* Improve QBluetoothDeviceDiscoveryAgent::deviceDiscovered() docsv5.12.0-beta3Alex Blasche2018-10-191-4/+5
* QBluetoothUuid: add QDataStream operator<<,>>Thiago Macieira2018-10-191-0/+12
* Fix SDP BrowseGroupList entryAlex Blasche2018-10-163-6/+9
* Fix the BluetoothProfileDescriptorStructureAlex Blasche2018-10-153-8/+27
* SDP records: handle ServiceID and ServiceClassIDList correctly (IOBluetooth)v5.12.0-beta2Timur Pocheptsov2018-10-112-6/+88
* Fix QObject::connect warnings due to removed Q_PRIVATE_SLOT instancesAlex Blasche2018-10-091-13/+8
* Permit adjusting of advertisement dataAlex Blasche2018-10-082-3/+7
* Don't report S_OK as error when calling GetAddressOf()v5.12.0-beta1Alex Blasche2018-09-281-1/+1
* Doc: Use a macro to resolve QML import versionsTopi Reinio2018-09-284-8/+10
* winrt: Avoid crash on device discovery when device has to be pairedOliver Wolff2018-09-271-2/+6
* Minor code cleanup for QBluetoothLocalDevice implementation on AndroidAlex Blasche2018-09-262-16/+12
* Don't trigger passkey pairing notification if remote device is unknownAlex Blasche2018-09-261-0/+3
* Properly handle pin code pairing on AndroidAlex Blasche2018-09-264-0/+54
* Catch SecurityException during pairing on AndroidAlex Blasche2018-09-262-1/+16
* Update plugins.qmltypesKai Koehne2018-09-192-4/+4
* Fix various qdoc warnings in QtBluetoothAlex Blasche2018-09-183-7/+7
* Fix wrong logging messageAlex Blasche2018-09-141-1/+1
* Remove duplicated closure code and add missing cases of itAlex Blasche2018-09-142-33/+24
* Implement handling of BTLE Battery servicesAlex Blasche2018-09-147-16/+299
* Remove dead/unused member variablev5.12.0-alpha1Alex Blasche2018-09-112-4/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-081-1/+5
|\
| * winrt: Do proper error handling if connecting to a LE device failsOliver Wolff2018-08-311-1/+5