summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | winrt: Fixed null ptr access in LE device discoveryOliver Wolff2017-01-191-0/+4
* | | QNearfieldTarget: Introduce (set)keepConnection() and disconnect()Lars Schmertmann2017-01-188-101/+265
* | | Avoid code duplication by using checksum calculation from qtbaseLars Schmertmann2017-01-144-35/+20
* | | BTLE - prefer advertised name (CoreBluetooth)Timur Pocheptsov2017-01-131-6/+3
* | | Merge remote-tracking branch 'gerrit/5.8' into devAlex Blasche2017-01-1318-303/+699
|\| |
| * | Add characteristic even if the read failsChristian Wassmuth2017-01-121-1/+6
| * | Prevents a nil exception, if a descriptor read fails during discoveryChristian Wassmuth2017-01-121-1/+2
| * | Android: Fix incorrect device search type bit flag testAlex Blasche2017-01-121-1/+3
| * | Do not request an unnessessary dangerous rightLars Schmertmann2017-01-121-1/+2
| * | disconnectFromDevice now stops advertisement in peripheral roleTimur Pocheptsov2017-01-051-4/+6
| * | Bluez: Stop advertisement once Bluez Peripheral disconnectFromDevice()Alex Blasche2017-01-042-0/+8
| * | Bump versionOswald Buddenhagen2017-01-031-1/+1
| * | Android/LE: handle GATT status 8 (link loss)Konstantin Ritt2017-01-021-0/+2
| * | LE/Android: Fix crash due to references leakKonstantin Ritt2016-12-301-1/+4
| * | Prevent stalling of Linux central BTLE implementationAlex Blasche2016-12-152-3/+141
| * | Merge branch '5.8.0' into 5.8Alex Blasche2016-12-1413-294/+528
| |\ \
| | * | Android: Workaround buggy BT implementationv5.8.0-rc1v5.8.0BogDan Vatra2016-12-081-38/+22
| | * | Android: Fixed crashBogDan Vatra2016-12-081-0/+4
| | * | Don't use "socketChannel" if the "getServiceChannel" call failedBogDan Vatra2016-12-081-8/+8
| | * | winrt: qRegisterMetaType for QLowEnergyCharacteristic/QLowEnergyDescriptorOliver Wolff2016-12-072-0/+8