summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QBluetoothSocket::connectToService - check a socket type firstTimur Pocheptsov2016-08-262-4/+51
* Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-167-22/+22
* Android: Avoid newDevice signal spamming in QBluetoothDeviceDiscoveryAgentAlex Blasche2016-08-011-5/+12
* Android: Device discovery doesn't provide major & minor device class infoAlex Blasche2016-08-011-11/+298
* Document the meaning of QBluetoothDeviceInfo::minorDeviceClass()Alex Blasche2016-07-252-2/+7
* Make sure JNI_OnLoad is not called more than onceBogDan Vatra2016-07-202-0/+10
* Android: Workaround clang default destructor export bugBogDan Vatra2016-07-192-0/+5
* Make QtBluetooth compile in setups with BlueZ version w/o BTLE supportAlex Blasche2016-06-161-0/+1
* Bluetooth - remove duplicated class definition (iOS)Timur Pocheptsov2016-06-102-5/+0
* Adds a better state transition support to the BluetoothModelAlex Blasche2016-06-092-50/+211
* BlueZ5: Prevent premature abortion of device discoveryAlex Blasche2016-06-082-3/+19
* Bluez5: Run SDP on target devices which do not support public scansAlex Blasche2016-06-082-17/+99
* Make the usage of a dummy backend obvious in the QtBluetooth docsAlex Blasche2016-06-061-0/+13
* BlueZ4: Don't process stop discovery notification in unready stateAlex Blasche2016-06-061-0/+4
* QBluetoothServiceDiscoveryAgent: set q_ptr in d_ptr's constructor.Edward Welbourne2016-06-026-20/+31
* Android: Don't progress device search when BTLE search is not supportedAlex Blasche2016-06-011-0/+2
* Bluez: Cleanup internal states before sending notifications to API userAlex Blasche2016-06-011-4/+11
* QNearFieldTagType1Private: take more care over m_tlv{Writ,Read}er.Edward Welbourne2016-05-311-1/+8
* Merge remote-tracking branch 'gerrit/5.6.1' into 5.6Alex Blasche2016-05-237-0/+28
|\
| * QtBluetooth (iOS) - fix potential linker errorsv5.6.1-1v5.6.1Timur Pocheptsov2016-05-237-0/+28
* | Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-193-2/+4
|\|
| * Fix iOS compilationAlex Blasche2016-05-191-0/+2
| * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-122-2/+2
* | Increase the BTLE scan timeout to 25sAlex Blasche2016-05-181-1/+1
|/
* Add a runtime warning when dummy QtBluetooth backend is runningAlex Blasche2016-05-0412-1/+134
* Bluez5: Fix serial service discovery inside QBluetoothSocketAlex Blasche2016-04-291-5/+7
* Fix QBluetoothServiceInfo QDebug operatorAlex Blasche2016-04-291-23/+31
* Improve QBluetoothServiceDiscoveryAgent::setUuidFilter() docsAlex Blasche2016-04-271-1/+6
* Improve QBluetoothUuid(QString) ctor documentationAlex Blasche2016-04-261-3/+6
* Fix typo in Android permission nameAlex Blasche2016-04-131-1/+1
* Android: Suppress failed connect/close attempts due to targetLost detectionAlex Blasche2016-04-132-5/+6
* Fix Annotated URL Example on AndroidAlex Blasche2016-04-132-0/+9
* Android: Ensure Bluetooth device discovery finds remote devicesAlex Blasche2016-04-132-1/+4
* Document changed behavior of QBLD::address() on Android 6.0Alex Blasche2016-04-131-0/+4
* OSXBTCentralManager - fix details discovery (iOS/OS X)Timur Pocheptsov2016-04-041-1/+1
* Spelling fixFrank Meerkoetter2016-03-231-2/+2
* Purge sRGB chunks from PNGs in documentation.Edward Welbourne2016-03-221-0/+0
* Nfc - guarantee statics initialization orderTimur Pocheptsov2016-03-181-3/+6
* Add explicit and make public headers compile with -Wzero-as-null-pointer-cons...Marc Mutz2016-03-1516-27/+26
* don't over-expose private dependenciesOswald Buddenhagen2016-02-252-7/+7
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-252-4/+3
* Update qml types for QtConnectivity 5.6.0 releasev5.6.0-rc1v5.6.0Alex Blasche2016-02-052-267/+2
* Not all descriptors where discovered in some casesOleksii Serdiuk2016-02-021-1/+8
* Bluetooth: Do not assert on remote data.Christian Kandeler2016-01-221-1/+6
* Document QtBluetooth and QtNfc logging categoriesAlex Blasche2016-01-152-0/+40
* Fix qdoc warning about missing dtor documentation in QQmlNdefRecordAlex Blasche2016-01-151-0/+3
* Bluetooth: Fix mapping of device address to HCI id.Christian Kandeler2016-01-151-1/+1
* Bluetooth LE: Fix premature initialization of HCI manager.Christian Kandeler2016-01-155-4/+20
* Android: Fix QBluetoothSocket::bytesAvailable()Alex Blasche2016-01-072-2/+2
* Remove yet another implementation of AutoreleasePool's RAIITimur Pocheptsov2016-01-051-2/+1