summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFC on Android: Fix crash on restart of an app in debug buildv5.9.0-beta1Lars Schmertmann2017-03-162-1/+4
* Ensure the passkey and pincode for pairing are randomAlex Blasche2017-03-141-2/+2
* Fix unused parameter warningAlex Blasche2017-03-131-0/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-104-23/+9109
|\
| * Match connected device changes based on local device instanceAlex Blasche2017-02-172-23/+39
| * Binary compatibility files for qtconnectivity (5.8.0)Milla Pohjanheimo2017-02-032-0/+9070
* | NFC on Android: Fix crash on restart of an appLars Schmertmann2017-03-081-0/+4
* | Update QML export versions in QtConnectivity APIsAlex Blasche2017-02-284-9/+9
* | 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-062-5/+60
* | 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
* | Remove wrong attribute assignment from btchat exampleOliver Wolff2017-01-301-1/+0
* | winrt: Fixed reading of string attributes in sequencesOliver Wolff2017-01-301-1/+4
* | Allow using nfc when running as a serviceLars Schmertmann2017-01-271-11/+15
* | Implement QLEService::writeCharacteristic() for Android peripheralAlex Blasche2017-01-272-25/+230
* | Avoid app crash on android when using nfc within a serviceLars Schmertmann2017-01-261-0/+2
* | Fix a lot of minor issues in the new Android peripheral backendAlex Blasche2017-01-244-13/+13
* | Android: Implement QLEService::descriptorWritten() signals for peripheralAlex Blasche2017-01-246-0/+99
* | Android: Implement QLEService::characteristicChanged() for peripheral modeAlex Blasche2017-01-246-3/+87
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-242-4/+37
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2017-01-181-2/+2
| |\
| | * Fix reference to macOS in the 5.7.1 changelog5.7Jake Petroules2016-12-081-2/+2
| * | [REG] LE/Android: report ServiceDiscovered for an empty services as wellKonstantin Ritt2017-01-161-0/+6
| * | Improve likelyhood that BluetoothGatt.connectGatt succeedsAlex Blasche2017-01-131-2/+29
* | | Android: Implement descriptor and char read/write for peripheralAlex Blasche2017-01-231-5/+85
* | | Android: Keep track of peripheral advertisement errorsAlex Blasche2017-01-236-0/+93
* | | Android: Implement QLEC::stateChanged() notificationAlex Blasche2017-01-234-4/+92
* | | 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-234-9/+100
* | | Add ability to export basic service data and advertiseAlex Blasche2017-01-236-11/+233
* | | Connect QtBluetoothLEServer class to Qt's QLowEnergyController APIAlex Blasche2017-01-232-18/+37
* | | Protect Android Gatt code behind version checksAlex Blasche2017-01-231-13/+37
* | | Android: Beginnings of Android Bluetooth Peripheral supportAlex Blasche2017-01-235-9/+224
* | | winrt: Add bluetooth socket supportOliver Wolff2017-01-204-4/+711
* | | winrt: Add service discoveryOliver Wolff2017-01-204-1/+635
* | | winrt: Minor adjustments to QBluetoothLocalDeviceOliver Wolff2017-01-192-0/+32