summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* 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
* | WinRT: Remove dummy warningv5.9.0-alpha1Oliver Wolff2017-02-083-6/+3
* | Rename WinRT logging categoryOliver Wolff2017-02-082-2/+2
* | Remove WinPhone leftoversOliver Wolff2017-02-082-15/+2
* | winrt: Accept malformed profile descriptor list from applicationsOliver Wolff2017-02-081-0/+72
* | Provide support for QLEService::writeDescriptor() on Android PeripheralAlex Blasche2017-02-061-5/+22
* | Add a small section describing how to enable Bluetooth loggingAlex Blasche2017-02-061-0/+8
* | Add missing logging categories to QtBluetooth docsAlex Blasche2017-02-061-3/+9
* | Update platform feature table for QtBluetoothAlex Blasche2017-02-061-2/+2
* | QLowEnergyController: Fix spelling errorFriedemann Kleint2017-02-061-1/+1
* | winrt: Set proper socket state in setSocketDescriptorOliver Wolff2017-02-031-0/+1
* | winrt: Use custom setSocketDescriptor functionOliver Wolff2017-02-033-8/+19
* | winrt: Register callbacks in Xaml threadOliver Wolff2017-02-032-14/+26
* | winrt: maxPendingConnections must be lower than currently pending connectionsOliver Wolff2017-02-031-0/+6
* | Document that BT servers on Android and WinRT only support RFCOMMOliver Wolff2017-01-311-0/+1
* | winrt: Add bluetooth server supportOliver Wolff2017-01-317-8/+682
* | winrt: Fix wrong function name in invokeMethod in bluetooth socketOliver Wolff2017-01-301-1/+1
* | winrt: Fixed reading of string attributes in sequencesOliver Wolff2017-01-301-1/+4
* | Implement QLEService::writeCharacteristic() for Android peripheralAlex Blasche2017-01-271-21/+35
* | Fix a lot of minor issues in the new Android peripheral backendAlex Blasche2017-01-243-12/+12
* | Android: Implement QLEService::descriptorWritten() signals for peripheralAlex Blasche2017-01-245-0/+95
* | Android: Implement QLEService::characteristicChanged() for peripheral modeAlex Blasche2017-01-245-2/+83
* | Android: Keep track of peripheral advertisement errorsAlex Blasche2017-01-235-0/+69
* | Android: Implement QLEC::stateChanged() notificationAlex Blasche2017-01-233-4/+65
* | Setup descriptor permissions for Android peripheralAlex Blasche2017-01-231-6/+85
* | Setup characteristic permissions for Android peripheralAlex Blasche2017-01-231-4/+66
* | Android: Add access to BTLE connection parametersAlex Blasche2017-01-233-9/+72
* | Add ability to export basic service data and advertiseAlex Blasche2017-01-235-10/+221
* | Connect QtBluetoothLEServer class to Qt's QLowEnergyController APIAlex Blasche2017-01-231-2/+21
* | Protect Android Gatt code behind version checksAlex Blasche2017-01-231-13/+37