summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BLE scanner search bar fixNedim Hadzic2014-03-103-4/+17
* Unused error enums removedNedim Hadzic2014-03-064-41/+0
* QNX notification value fixNedim Hadzic2014-03-061-5/+6
* Unify the BtLE service class id descriptionsAlex Blasche2014-03-062-40/+41
* QNX service discovery for dual mode devices fixNedim Hadzic2014-03-061-8/+11
* Fix 16 bit mode for heart rate measurementAlex Blasche2014-03-062-25/+23
* QNX compile error fixNedim Hadzic2014-02-281-12/+8
* Don't create invalid LEServices on Bluez due to default adapter usageAlex Blasche2014-02-271-1/+9
* Lowenergyscanner example improvedNedim Hadzic2014-02-2713-57/+83
* Optimize the gatttool interaction code.Alex Blasche2014-02-261-90/+86
* UUID filter for LE service implementedNedim Hadzic2014-02-241-36/+51
* Renaming QLowEnergyServiceInfo methodsNedim Hadzic2014-02-2116-72/+59
* Fix for enabling BLE notifications on Linux implementedNedim Hadzic2014-02-211-2/+2
* Heart Listener example addedNedim Hadzic2014-02-2127-1/+1826
* QBluetoothDeviceInfo coreConfiguration fix implementedNedim Hadzic2014-02-211-3/+3
* Fix some BTLE service discovery issuesAlex Blasche2014-02-203-19/+37
* Show characteristic values with proper encoding in LEscanner exampleAlex Blasche2014-02-202-4/+6
* Use proper include syntax for public headersAlex Blasche2014-02-204-19/+14
* Remove all compiler warnings.Alex Blasche2014-02-202-4/+6
* Make android compile on BTLE branchAlex Blasche2014-02-201-1/+4
* Remove unnecessary stdin.h include which was not even using std notationAlex Blasche2014-02-201-1/+0
* Fix broken namespace build of QtConnectivityAlex Blasche2014-02-202-1/+5
* Fix broken QBluetoothDeviceInfo unit test.Alex Blasche2014-02-201-1/+3
* Fix incorrect license header.Alex Blasche2014-02-201-1/+1
* Make compile default backendAlex Blasche2014-02-191-1/+0
* Remove remaining QBBBluetoothDebug statementsAlex Blasche2014-02-193-49/+55
* Merge branch 'dev' into btleAlex Blasche2014-02-17172-537/+9375
|\
| * Add extensive test application for QtBluetoothAlex Blasche2014-02-159-0/+1285
| * Merge "Merge remote-tracking branch 'gerrit/stable' into dev" into refs/stagi...Alex Blasche2014-02-154-5/+3
| |\
| | * Merge remote-tracking branch 'gerrit/stable' into devAlex Blasche2014-02-144-5/+3
| | |\
| | | * Fix missing QBluetoothSocket::state update after unsuccessful SDP searchold/5.2Alex Blasche2014-02-131-0/+1
| | | * Fix interaction with Android devicesAlex Blasche2014-02-131-1/+3
| | | * Reduce debug output on BluezAlex Blasche2014-02-111-2/+0
| | | * Explicitly declare the parameter type of QBluetoothServer::error().Alex Blasche2014-02-111-1/+1
| * | | Fix namespaced buildsAlex Blasche2014-02-141-1/+1
| * | | QNX: Config test for libbb2Fabian Bumberger2014-02-144-11/+85
| |/ /
| * | Fix qmake and compiler warningsAlex Blasche2014-02-142-3/+2
| * | Adjust strings for translationAlex Blasche2014-02-138-24/+24
| * | Port QtBluetooth to AndroidAlex Blasche2014-02-1348-64/+4018
| * | Add support for NFC file and data sharingStuart Burge2014-02-1317-8/+1778
| * | Merge branch 'stable' into devAlex Blasche2014-02-076-27/+87
| |\|
| | * QBluetoothServer fixesAlex Blasche2014-02-073-8/+39
| | * Fix broken QBluetoothServiceInfo::serviceClassUuids() callAlex Blasche2014-02-073-19/+48
| * | Merge "Merge remote-tracking branch 'gerrit/stable' into dev" into refs/stagi...Alex Blasche2014-02-0611-98/+143
| |\ \
| | * | Merge remote-tracking branch 'gerrit/stable' into devAlex Blasche2014-02-0311-98/+143
| | |\|
| | | * Use qt_error_string rather than strerror.Alex Blasche2014-01-303-9/+9
| | | * Synchronize setting of QBluetoothSocket's error string, code and signalAlex Blasche2014-01-303-21/+22
| | | * Don't cache the QBluetoothSocket::localName() & peerName()Alex Blasche2014-01-293-15/+3
| | | * Refine documentation for QBluetoothSocket::localXYZ() functions.Alex Blasche2014-01-281-1/+12
| | | * Initialize QBluetoothSocket::socketError properly.Alex Blasche2014-01-282-0/+2