summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Provide guarding against non-BTLE enabled versions of BluezAlex Blasche2014-06-167-15/+36
* Don't construct QBluetoothUuid via string parsingAlex Blasche2014-06-162-11/+11
* Discover all Bluetooth services and their handlesAlex Blasche2014-06-166-1/+153
* Connect to BTLE deviceAlex Blasche2014-06-168-10/+186
* Create 2nd version of QLowEnergyController and add related unit testAlex Blasche2014-06-166-7/+414
* Convert characteristic and descriptor handles to intAlex Blasche2014-06-1114-39/+51
* Provide means of translating descriptor types to user stringsAlex Blasche2014-06-116-26/+50
* Enable and fix the BTLE related unit testsAlex Blasche2014-06-113-2/+5
* QBluetoothDeviceInfo::coreConfiguration() should return the QFlagAlex Blasche2014-06-044-11/+12
* Rename permission related API in QLowEnergyCharacteristicInfoAlex Blasche2014-06-049-20/+35
* Fix BTLE related qdoc errorsAlex Blasche2014-06-048-75/+89
* Improve handling of QBluetoothUuid::CharacteristicType enumAlex Blasche2014-06-048-161/+205
* Cleanup of BTLE classesAlex Blasche2014-06-0411-74/+4
* Streamline some of the QLowEnergyDescriptorInfo related codeAlex Blasche2014-06-049-29/+75
* Fix abortion of QLowEnergyController processing of given serviceAlex Blasche2014-06-022-19/+33
* Merge BTLE service names into QBluetoothUuid::serviceClassToString()Alex Blasche2014-06-023-41/+33
* Merge branch 'dev' into btleAlex Blasche2014-05-2696-1032/+3922
|\
| * Port QBluetoothSocket/QBluetoothServer to Bluez 5Alex Blasche2014-05-261-40/+50
| * Add QBluetoothUuid::protocolToString()Alex Blasche2014-05-262-0/+46
| * Use Alias as Device/Adapter name on Bluez 5Alex Blasche2014-05-262-2/+2
| * Use proper include syntax for system headersAlex Blasche2014-05-231-3/+3
| * Fix crash during call to QBluetoothServiceDiscoveryAgent::stop()Alex Blasche2014-05-231-5/+1
| * Code cleanup: Avoid repeated service info duplication checkAlex Blasche2014-05-235-56/+29
| * Utilize Qt global discovery mode session in QBluetootLocalDevice.Alex Blasche2014-05-232-22/+8
| * Simplify detection of Bluetooth Base UUID derived uuidsAlex Blasche2014-05-222-27/+6
| * Bluez5: Ensure device discovery returns meaningfull RSSI dataAlex Blasche2014-05-224-1/+55
| * Service discovery via Bluez5Alex Blasche2014-05-2210-110/+717
| * Ensure that QBluetoothAddress debug operator can handle const refsAlex Blasche2014-05-162-2/+2
| * Utilize QStringLiteral where possibleAlex Blasche2014-05-1511-120/+121
| * Bluez5 support for QBluetoothDeviceDiscoveryAlex Blasche2014-05-099-20/+495
| * Merge branch 'stable' into devAlex Blasche2014-05-0822-126/+307
| |\
| | * Add missing classname tag to Bluetooth and NFC qml moduleAlex Blasche2014-05-072-0/+2
| | * BlackBerry C API added for OS>10.2.1Nedim Hadzic2014-04-294-19/+154
| | * Check for QT_NO_DEBUG_STREAM for QBluetoothUuid QDebug helperOleg Shparber2014-04-281-0/+3
| | * Fix a renamed qdoc tag and improve grammar/spellingAlex Blasche2014-04-252-4/+4
| | * Build snippet outside of example build configurations too.Alex Blasche2014-04-241-5/+0
| | * Remove duplicate function definitionLouai Al-Khanji2014-04-241-4/+5
| | * Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-232-2/+27
| | |\
| | | * Fix discovery hanging in unrecoverable state due to incorrect error handlingAlex Blasche2014-04-162-1/+11
| | | * Do not always filter Serial Port profiles out anymore on AndroidAlex Blasche2014-04-151-1/+16
| | * | Fix crash in QDeclarativeBluetoothServiceOleg Shparber2014-04-222-41/+23
| | * | Bluez4: Fix incorrect list of connected devices in QBluetoothLocalDeviceAlex Blasche2014-04-222-25/+18
| | * | Provide correct code snippet for QBluetoothServiceDiscoveryAgentOleg Shparber2014-04-223-4/+29
| | * | Fix a crash in QBluetoothSocket on reconnection attempt (BlueZ)Oleg Shparber2014-04-161-0/+6
| | * | Fix internal buffer corruption in QBluetoothSocket (BlueZ)Oleg Shparber2014-04-161-2/+1
| | * | Refactor disconnection signals emittance in QBluetoothSocketOleg Shparber2014-04-153-17/+10
| | * | Don't double up the internal list of discovered servicesAlex Blasche2014-04-151-4/+19
| | * | Fix inconsistent behavior between BtDiscoveryModel & BtServiceDiscoveryAgentAlex Blasche2014-04-141-0/+1
| | * | Build snippets during developer builds with examples only.Alex Blasche2014-04-141-3/+8
| | |/
| * | Add Bluez5 support for QBluetoothLocalDeviceAlex Blasche2014-05-0617-110/+1440