summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* 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
* Android: Beginnings of Android Bluetooth Peripheral supportAlex Blasche2017-01-233-7/+14
* 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
* BTLE - prefer advertised name (CoreBluetooth)Timur Pocheptsov2017-01-131-6/+3
* 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
* 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-145-52/+49
|\
| * 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
| * Update the QLowEnergyService documentationAlex Blasche2016-12-061-10/+11
* | Add "We mean it." comments to private headerFriedemann Kleint2016-12-021-0/+10
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-288-14/+105
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-242-2/+10
| |\
| | * Android: Fix crash in QBluetoothDeviceDiscoveryAgent ctor due to Java exceptionAndré Klitzing2016-11-041-0/+8
| | * BTLE device discovery - fix incorrect comparisons (iOS/macOS)Timur Pocheptsov2016-11-011-2/+2
| * | LE/Android: Pass list of advertised services found in scan recordAlex Blasche2016-11-116-12/+93
| * | Highlight 31 byte limit for scan and response data in BTLE docsAlex Blasche2016-11-091-1/+4
| * | Remove not needed Log output from Android Device DiscoveryAlex Blasche2016-11-071-1/+0
* | | LE controller - add a getter for a remote device UUIDTimur Pocheptsov2016-11-233-0/+25