summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | Ensure the QBluetoothLocalDevice::requestPairing sends error for iOSAlex Blasche2016-11-161-0/+3
* | | Document BlueZ dependencyKai Koehne2016-11-161-0/+2
* | | Update general QtBluetooth module introductionAlex Blasche2016-11-162-7/+48
* | | LE peripheral manager - warn about value length limit (iOS)Timur Pocheptsov2016-11-154-2/+34
* | | winrt: Keep device statics as worker membersOliver Wolff2016-11-151-27/+21
* | | winrt: Fixed discovery of unpaired BTLE devicesOliver Wolff2016-11-151-88/+196
* | | LE peripheral - fix a characteristic's lengthTimur Pocheptsov2016-11-111-7/+10
* | | Emit descriptorWritten for notification/indication enabled/disabledTimur Pocheptsov2016-11-094-2/+61
* | | LE device scan - use advertisement data (iOS/macOS)Timur Pocheptsov2016-11-082-12/+50
* | | OSXBTPeripheralManager - fix characteristic writeTimur Pocheptsov2016-11-072-17/+80
* | | CoreBluetooth - fix compilation warningsTimur Pocheptsov2016-11-041-0/+9
* | | LE peripheral: fix a crash with unrecognized selector (iOS/macOS)Timur Pocheptsov2016-11-044-8/+23
* | | Convert qtconnectivity to the new configure systemLars Knoll2016-11-012-6/+74
* | | winrt: Do not emit a LE status change if an error/timeout happenedOliver Wolff2016-11-011-2/+4
* | | winrt: Avoid unnecessary asserts in LowEnergyControllerOliver Wolff2016-11-011-1/+3
* | | winrt: BTLE: Handle characteristic changesOliver Wolff2016-11-012-17/+99
* | | Document Qt Bluetooth licenseKai Koehne2016-11-011-0/+13
* | | Merge remote-tracking branch 'gerrit/5.7' into 5.8v5.8.0-beta1Alex Blasche2016-10-1232-117/+104
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-0530-114/+65
| |\|
| | * CoreBluetooth - fix broken builds (macOS, iOS, tvOS, watchOS)Timur Pocheptsov2016-10-0428-126/+61
| | * Fix misleading error message in QBluetoothSocket Dummy implementationAlex Blasche2016-10-041-1/+1
| | * Fixed build with MaxOSX10.12 SDKSamuel Gaist2016-10-033-0/+16
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-012-0/+34
| |\|