summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* CoreBluetooth - use the right enumerators/constants with SDK 10.13Timur Pocheptsov2017-09-061-2/+2
* Enable macOS 10.13 in QtBluetoothAlex Blasche2017-08-312-7/+7
* winrt: Make sure that "finished" is emitted for device discoveryOliver Wolff2017-08-181-4/+12
* Avoid recursion during QBluetoothDeviceDiscoveryAgent::stop()Alex Blasche2017-08-042-0/+11
* winrt: Fix crash in QBluetoothServer::nextPendingConnectionOliver Wolff2017-08-041-0/+2
* winrt: Check for valid m_socketObject before accessing socket informationOliver Wolff2017-08-021-0/+15
* Use QSharedPointer::create() moreMarc Mutz2017-07-311-1/+1
* Windows: Fix namespaced buildOliver Wolff2017-07-264-10/+12
* BTLE (CoreBluetooth) - prospective fixTimur Pocheptsov2017-07-162-8/+2
* winrt: Do not emit canceled in timeout case in device discoveryOliver Wolff2017-07-042-17/+1
* Update doc for QBluetoothDeviceDiscoveryAgent::deviceDiscovered()Alex Blasche2017-06-291-1/+9
* Device discovery (CoreBluetooth): report duplicates in case LE scan has timeo...Timur Pocheptsov2017-06-291-1/+1
* Continuously emit deviceDiscovered() signal during never-ending dev discoveryAlex Blasche2017-06-292-2/+2
* Android: Do not emit QBluetoothSocket::bytesWritten() if write() failedAlex Blasche2017-06-291-1/+1
* Add indirection for QBluetoothSocket::bytesToWrite()Alex Blasche2017-06-296-1/+22
* Fix concurrent access to QBluetoothSocket::canReadLine() on AndroidAlex Blasche2017-06-298-1/+33
* Provide a way to define GAP/GATT services for central rolesAlex Blasche2017-06-283-13/+95
* 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
* 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
* Only do Classic device discovery inside QBluetoothServiceDiscoveryAgentAlex Blasche2017-06-141-1/+1
* 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-311-0/+1
|\
| * 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-191-0/+2
* | 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
* | Doc: iOS does not have support for classic bluetoothAndy Shaw2017-05-091-1/+1
|/
* Fix licensingv5.9.0-beta4Jani Heikkinen2017-04-283-42/+60
* Fix build for -no-feature-concurrentStephan Binner2017-04-252-2/+3
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded buildsOtto Ryynänen2017-04-241-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta3Liang Qi2017-04-181-4/+2
|\
| * QBluetoothSocket/bluez: fix QString::arg() usageMarc Mutz2017-03-241-4/+2
* | Remove heartlistener exampleAlex Blasche2017-04-072-2/+1
* | Use heartrate-game example for snippets in BTLE overviewAlex Blasche2017-04-071-14/+13
* | Ensure that QLowEnergyController::connected() is emitted on BlueZAlex Blasche2017-04-061-0/+3
* | Replace custom QT_BLUEZ_BLUETOOTH against the related feature defineAlex Blasche2017-04-0616-31/+31
* | The BlueZ feature implies that QtDBus is enabledAlex Blasche2017-04-052-2/+2
* | Permit BlueZ platforms to set the address type in heartrate-gameAlex Blasche2017-04-051-1/+1
* | Add documentation for the HeartRate game exampleAlex Blasche2017-04-041-0/+1
* | Correct the use of QString::argThiago Macieira2017-04-031-4/+4
* | Remove unused function convertAddressThiago Macieira2017-04-031-10/+0
* | Ensure the passkey and pincode for pairing are randomAlex Blasche2017-03-141-2/+2
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-102-23/+39
|\|
| * Match connected device changes based on local device instanceAlex Blasche2017-02-172-23/+39