summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve pingpong exampleAlex Blasche2017-06-284-21/+32
* Provide a way to define GAP/GATT services for central rolesAlex Blasche2017-06-283-13/+95
* Fix QNdefNfcActRecord::action for platforms with unsigned charSami Nurmenniemi2017-06-272-4/+1
* Adjust pingpong example to Android UUID SDP discovery bugAlex Blasche2017-06-233-1/+14
* Adjust qml chat example to workaround required to Android SDP bugAlex Blasche2017-06-223-2/+21
* Properly handle disconnect socket event in QML chat exampleAlex Blasche2017-06-202-2/+21
* Improve qmlchat doc describing the BluetoothSocket handling snippetAlex Blasche2017-06-201-1/+3
* Fix minor documentation issues in QML chat exampleAlex Blasche2017-06-202-1/+2
* Android: Don't miss services if the last device discovery failedAlex Blasche2017-06-161-0/+4
* Obtain random bt address flag via Bluetooth Mgmt APIAlex Blasche2017-06-168-11/+455
* Handle Android's BluetoothGatt.GATT_FAILURE in QLowEnergyControllerAlex Blasche2017-06-161-0/+2
* Workaround for Android SDP discovery bugAlex Blasche2017-06-162-12/+114
* Android: Remove QBluetoothSocket fallback when Android SDK 23+Alex Blasche2017-06-161-2/+6
* Apple: Do Classic dev discovery inside QBluetoothServiceDiscoveryAgentAlex Blasche2017-06-151-1/+1
* bttestui is a classic Bluetooth example - no need to do BTLE searchAlex Blasche2017-06-141-1/+1
* Only do Classic device discovery inside QBluetoothServiceDiscoveryAgentAlex Blasche2017-06-141-1/+1
* Adjust bttestui to Android's SDP discovery problemsAlex Blasche2017-06-142-1/+17
* Add more details about BlueZ GPL usage in QtBluetoothAlex Blasche2017-06-141-4/+8
* Remove last qdoc warning from qtconnectivityAlex Blasche2017-06-141-1/+1
* Fix memory overrun due to wrong header size definition being usedAlex Blasche2017-06-121-7/+4
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-312-0/+90
|\
| * Add changelog for QtNfc and QtBluetooth 5.9.0 releasev5.9.0-rc2v5.9.0-rc1v5.9.0Alex Blasche2017-05-081-0/+89
| * Make heart rate game a highlighted exampleAlex Blasche2017-05-081-0/+1
* | Avoid bluetoothd and QtBluetooth collision when connecting to BTLE devAlex Blasche2017-05-295-3/+331
* | Make it more obvious that another active BTLE connection prevents connectAlex Blasche2017-05-234-0/+63
* | Fix GCC 7 warnings about implicit fallthroughsThiago Macieira2017-05-192-2/+4
* | BlueZ: Ensure stop advertisement calls are actually sent when issuedAlex Blasche2017-05-151-0/+1
* | Fix readvertisement failure on peripheral restart on BlueZAlex Blasche2017-05-152-10/+7
* | Bump versionOswald Buddenhagen2017-05-101-1/+1
* | Doc: iOS does not have support for classic bluetoothAndy Shaw2017-05-091-1/+1
|/
* Fix licensingv5.9.0-beta4Jani Heikkinen2017-04-288-1731/+60
* Disable/blacklist failing tests for boot2qtSami Nurmenniemi2017-04-281-0/+3
* Fix build for -no-feature-textcodecStephan Binner2017-04-251-0/+10
* Fix build for -no-feature-concurrentStephan Binner2017-04-252-2/+3
* Work around Android security permission bug when reading GATT fieldsAlex Blasche2017-04-251-2/+14
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded buildsOtto Ryynänen2017-04-245-4/+6
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta3Liang Qi2017-04-182-6/+4
|\
| * LE/Android: fix status code descriptions5.8Konstantin Ritt2017-04-101-2/+2
| * QBluetoothSocket/bluez: fix QString::arg() usageMarc Mutz2017-03-241-4/+2
* | Fix failing heart-rate example on macOSv5.9.0-beta2Milla Pohjanheimo2017-04-131-1/+1
* | Remove heartlistener exampleAlex Blasche2017-04-0728-1898/+2
* | Use heartrate-game example for snippets in BTLE overviewAlex Blasche2017-04-073-14/+34
* | Add Logging category provisioning to heartrate-server exampleAlex Blasche2017-04-071-0/+2
* | Fix undocumented parameter warning from qdocAlex Blasche2017-04-061-3/+4
* | Ensure that QLowEnergyController::connected() is emitted on BlueZAlex Blasche2017-04-061-0/+3
* | Update heartrate-game against latest heartlistener exampleAlex Blasche2017-04-062-3/+5
* | Replace custom QT_BLUEZ_BLUETOOTH against the related feature defineAlex Blasche2017-04-0620-41/+35
* | Remove not needed includes from heartrate-gameAlex Blasche2017-04-052-3/+0
* | The BlueZ feature implies that QtDBus is enabledAlex Blasche2017-04-055-5/+5
* | Permit BlueZ platforms to set the address type in heartrate-gameAlex Blasche2017-04-059-4/+86