summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* QBluetoothDeviceDiscoveryAgent - timeout on OS X/iOSTimur Pocheptsov2014-12-051-1/+1
* Provide user visible strings/translations for new BTLE uuidsAlex Blasche2014-12-051-1/+81
* Add new environmental sensing descriptor typesAlex Blasche2014-12-052-2/+16
* Add newly adopted BTLE service/characteristic type uuidsAlex Blasche2014-12-052-11/+191
* Client characteristic configuration (OS X and iOS)Timur Pocheptsov2014-12-052-2/+10
* Update supported platforms and feature in QtBluetoothAlex Blasche2014-12-052-17/+8
* QLowEnergyCharacteristic - cached values (OS X and iOS)Timur Pocheptsov2014-12-041-2/+6
* Low energy descriptor - value on iOSTimur Pocheptsov2014-12-042-0/+59
* Don't update cached char value when property is not readableAlex Blasche2014-12-043-5/+22
* Android: enable writing of characteristics without response modeAlex Blasche2014-12-041-4/+6
* QLowEnergyController/Service - enable for iOSTimur Pocheptsov2014-12-032-3/+13
* Bluez: Do not update char value() if char is non-readableAlex Blasche2014-12-031-3/+6
* QBluetoothLocalDevice - isValid, tests (OS X and iOS)Timur Pocheptsov2014-12-031-5/+1
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devAlex Blasche2014-12-036-2/+23
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-276-2/+23
| |\
| | * Reset the controller's internal state when disconnectingAlex Blasche2014-11-233-0/+14
| | * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-213-2/+9
| | |\
| | | * Add missing \since tags for new API introduced by Qt 5.4.Alex Blasche2014-11-133-2/+9
* | | | QLowEnergyService - ClientCharacteristicConfigurationTimur Pocheptsov2014-12-035-36/+238
* | | | QBluetoothLocalDevice - bug on OS X (isValid)Timur Pocheptsov2014-12-011-1/+5
* | | | QLowEnergyController - service state (OS X/iOS)Timur Pocheptsov2014-12-011-4/+4
* | | | QLowEnergyController - concurrent characteristic writesTimur Pocheptsov2014-12-015-78/+75
* | | | QLowEnergyController - writeDescriptor (OS X/iOS)Timur Pocheptsov2014-12-016-29/+241
* | | | Update QLEService::Type() documentation for Android specificsAlex Blasche2014-12-011-0/+4
* | | | Android: Implements QLEService::includedServices() and type()Alex Blasche2014-12-011-0/+26
* | | | Bluetooth LE - handles/chars/descriptors/services (OS X and iOS)Timur Pocheptsov2014-12-014-108/+165
|/ / /
* | | Fix missing update of cached characteristic valueAlex Blasche2014-11-261-0/+2
* | | QLowEnergyService::writeCharacteristic - implementation for OS X and iOSTimur Pocheptsov2014-11-268-15/+468
* | | Document Android's caching of BTLE service data.Alex Blasche2014-11-261-0/+7
* | | QLowEnergyController - service details discovery (OS X and iOS)Timur Pocheptsov2014-11-256-15/+588
* | | QLowEnergyService - primary/secondary (OS X and iOS)Timur Pocheptsov2014-11-251-0/+2
* | | Android: characteristic changed notification supportAlex Blasche2014-11-245-0/+49
* | | QLowEnergyController - service discovery (OS X and iOS)Timur Pocheptsov2014-11-245-93/+330
* | | QLowEnergyController - connectTo/disconnectFromDevice (OS X, iOS)Timur Pocheptsov2014-11-242-8/+20
* | | Workaround Android when connecting to non-existing/turned off deviceAlex Blasche2014-11-231-1/+22
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-212-3/+4
|\| |
| * | More clearly specify the Linux and Bluez version for BTLE supportAlex Blasche2014-11-131-2/+1
| * | Fix QLEController::connectToDevice() documentationAlex Blasche2014-11-111-1/+3
| |/
* | Document and test concurrent write requestsAlex Blasche2014-11-141-1/+15
* | Fix wrong error signal emision on writeCharacteristic() on AndroidAlex Blasche2014-11-141-2/+1
* | Support for QLEService::writeDescriptor() on AndroidAlex Blasche2014-11-145-6/+91
* | QLowEnergyController - service discovery (OS X, iOS)Timur Pocheptsov2014-11-134-12/+114
* | Fix intermittent failure when mapping handles to servicesAlex Blasche2014-11-122-1/+9
* | Support for QLEService::writeCharacteristic() on AndroidAlex Blasche2014-11-125-3/+93
* | QLowEnergyController - connectTo/disconnectFrom/Device (OS X, iOS)Timur Pocheptsov2014-11-125-8/+780
* | QLowEnergyController - version for OS X and iOSTimur Pocheptsov2014-11-125-2/+452
* | Improve reliability of QLEController connect()/disconnect()/connect()Alex Blasche2014-11-121-1/+4
* | Fixes for QLowEnergyController unit test on AndroidAlex Blasche2014-11-111-4/+10
* | Avoid one large memory allocation per read descriptor/characteristicAlex Blasche2014-11-111-16/+6
* | The service->characteristic->descriptor tree becomes available in QtAlex Blasche2014-11-115-23/+121