summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Enforce unbuffered L2CAP socket for GATTAlex Blasche2015-11-271-1/+3
* CoreBluetooth - update for iOS 9.0Timur Pocheptsov2015-10-122-10/+31
* Bluetooth device discovery agent (bluez): Prevent null pointer access.Christian Kandeler2015-10-081-0/+2
* Tweak documentation terminologyAlex Blasche2015-09-041-1/+1
* Improve QBluetoothDeviceInfo::deviceUuid() documentationAlex Blasche2015-09-031-0/+5
* Parse all char descriptions in one goAlex Blasche2015-07-131-0/+1
* Do not cut 32bit value down to 16bitAlex Blasche2015-07-132-2/+2
* Cut high bits from QLECharacteristic::PropertyTypesAlex Blasche2015-07-131-1/+1
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-261-0/+1
|\
| * Android: Fix crashing QBluetoothDeviceDiscoveryAgent on Androids <v18v5.5.0-rc1v5.5.0Alex Blasche2015-06-101-0/+1
* | Port from Q_ENUMS to new macro Q_ENUMKonstantin Ritt2015-06-239-23/+21
* | Remove main documentation stating Blackberry being supportedAlex Blasche2015-06-171-1/+1
|/
* Provide missing Q_DECLARE_OPERATORS_FOR_FLAGSKonstantin Ritt2015-05-282-0/+5
* Provide missing comparison operatorsKonstantin Ritt2015-05-272-0/+26
* Provide missing Q_DECLARE_METATYPEKonstantin Ritt2015-05-261-0/+2
* Fix GCC warningKonstantin Ritt2015-05-261-0/+3
* Remove some Tech preview remnants from Bluetooth documentationAlex Blasche2015-05-186-19/+2
* Reduce platform specific code linesAlex Blasche2015-05-123-4/+8
* add remoteName() method to QLowEnergyControllerKevron Rees2015-05-125-0/+24
* Bugfix Andoid Bluetooth coreConfiguration data in discoveredDevicesPeter Rustler2015-05-081-2/+2
* iOS: make QtBluetooth compileAlex Blasche2015-05-051-1/+1
* Add detection for running Bluez 4 daemonAlex Blasche2015-05-041-3/+17
* Bluetooth LE - add readCharacteristic/readDescriptor (OS X/iOS)Timur Pocheptsov2015-04-205-66/+311
* Fix trailing commas in enumsAlex Blasche2015-04-203-5/+4
* Misc fixes based on code review commentsAlex Blasche2015-04-151-3/+3
* Android: Fix read/write error reports when failure during initial callAlex Blasche2015-04-151-0/+6
* Android: Implement error reporting for char & desc readingAlex Blasche2015-04-155-0/+33
* Fix enum value breakAlex Blasche2015-04-151-3/+3
* Android: Implement QLEService:readCharacateristic & readDescriptorAlex Blasche2015-04-151-4/+59
* Further improve QLEService class docs with regards to recent changes.Alex Blasche2015-04-151-16/+43
* Always read/write the GATT hardware even if meta data reports otherwiseAlex Blasche2015-04-152-13/+21
* Emit OperationError if char or desc is not part of current serviceAlex Blasche2015-04-152-40/+24
* Bluez: Implement QLES::readCharacteristic()/readDescriptor()Alex Blasche2015-04-156-11/+178
* Make new read(Descriptor/Characteristic)() API compile on OSX and iOSAlex Blasche2015-04-101-0/+30
* Minor doc fixesAlex Blasche2015-04-101-2/+2
* Prevent characteristic write if service is not discoveredAlex Blasche2015-04-101-3/+2
* Add ability to read characteristics and descriptorsAlex Blasche2015-04-104-5/+110
* Merge branch '5.4' into 5.5Alex Blasche2015-04-017-117/+296
|\
| * Android: Fix crash due to dangling pointer inputthreadAlex Blasche2015-03-311-0/+4
| * Do not assert if encryption change was requested by somebody elseAlex Blasche2015-03-311-1/+3
| * Android: abort() QBluetoothSocket in its dtorAlex Blasche2015-03-301-0/+2
| * Android: Fix crash when destructing socket during active connectAlex Blasche2015-03-302-73/+244
| * Fix crash in QBluetoothServiceDiscoveryAgent on Bluez 5.xAlex Blasche2015-03-232-1/+17
| * Minor code optimizationAlex Blasche2015-03-191-12/+2
| * Android: Fix crash in QBluetoothLocalDevice ctor due to Java exceptionAlex Blasche2015-03-181-28/+10
| * QLowEnergyController_bluez now responds to server requests.Christian Waßmuth2015-03-171-2/+14
* | Bluetooth device discovery agent - minor cleanup (OS X)Timur Pocheptsov2015-03-242-6/+4
* | Bluetooth (classic) service discovery - skip LE devices (OS X)Timur Pocheptsov2015-03-241-0/+7
* | Bluetooth - LE device discovery agent, timer bug (OS X)Timur Pocheptsov2015-03-246-14/+170
* | Bluetooth socket - fix invalid invokeMethod call on OS XTimur Pocheptsov2015-03-231-1/+1