summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* 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
* QBluetoothServer fixesAlex Blasche2014-02-073-8/+39
* Fix broken QBluetoothServiceInfo::serviceClassUuids() callAlex Blasche2014-02-072-19/+25
* 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
* Fix crash in Bluez implementation for QBluetoothSocketAlex Blasche2014-01-281-2/+3
* Fix broken SDP discovery on QBluetoothSocketAlex Blasche2014-01-282-2/+4
* Fix crash during SDP discovery on BluezAlex Blasche2014-01-241-7/+22
* Stop SDP search if QML Model is turned offAlex Blasche2014-01-221-0/+3
* Do not clear result lists while the SDP search is ongoing.Alex Blasche2014-01-201-1/+6
* Improve QBluetoothServiceDiscoveryAgent documentationAlex Blasche2014-01-201-16/+34
* Cleanup dead code in Bluez SDP discovery backendAlex Blasche2014-01-201-12/+4
* Fix memory leaks in Bluez specific device and SDP discovery classes.Alex Blasche2014-01-202-3/+18
* Cleanup more duplicated code in SDP discovery class.Alex Blasche2014-01-171-16/+5
* Reduce SDP discovery debug output on BluezAlex Blasche2014-01-171-2/+0
* Fix remaining compiler warnings in QtConnectivity moduleFabian Bumberger2014-01-072-3/+2
* Don't set the internal service discovery state twice to the sameAlex Blasche2014-01-071-2/+0
* Translate so far untranslated error strings.Alex Blasche2013-12-203-7/+7
* Use QLoggingCategory to categorize the various debug output streamsAlex Blasche2013-12-2022-225/+188
* Improve error reporting.Alex Blasche2013-12-202-1/+6
* QNX: Fix a dangling pointer use in QBluetoothServiceDiscoveryAgent on QNXRobin Burchell2013-12-051-4/+4
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-061-1/+1
* Build Bluetooth and NFC only for BlackberryAndreas Holzammer2013-11-011-1/+1
* Doc: Fix module name formatv5.2.0-beta1Sze Howe Koh2013-10-211-1/+1
* Doc: language and style review doc qtconnectivityNico Vertriest2013-10-144-14/+17
* QtBluetooth QML API starts with 5.2.Alex Blasche2013-10-142-2/+2
* Improve handling of invalid Bt address by QBluetoothTransferManagerAlex Blasche2013-10-112-2/+19
* Make the QBluetoothTransferRequest constructor explicitFabian Bumberger2013-10-111-1/+1
* Fix Bluetooth doc errors.Alex Blasche2013-10-101-1/+1
* Fix MSVC64-warning about truncation from size_t to int.Friedemann Kleint2013-10-101-1/+1
* QNX: Fix update progressFabian Bumberger2013-10-081-4/+8
* Change the service properties in btchat exampleFabian Bumberger2013-10-012-2/+8
* QNX: Fix socket connection with a service info objectFabian Bumberger2013-10-012-3/+7
* QNX: Fix uuid filter in service discoveryFabian Bumberger2013-09-301-1/+1
* Don't throw an error when a low energy device is discoveredFabian Bumberger2013-09-301-4/+11
* Remove private and unused API from QBluetoothServiceInfoPrivateAlex Blasche2013-09-255-57/+16
* Emit service discovery error during internal device discoveryAlex Blasche2013-09-253-1/+21
* Fix peer to peer communication using two local adapters.Alex Blasche2013-09-258-37/+65
* Emit ServiceLookup signal in QBluetoothSocket/Bluez when required.Alex Blasche2013-09-251-0/+4
* Fixing small QBluetoothServer issuesAlex Blasche2013-09-252-1/+3
* Error handling for QBluetoothServerFabian Bumberger2013-09-208-23/+91
* Refactor device and service discovery errorsFabian Bumberger2013-09-209-33/+39
* QNX: Fix compilation and a compiler warningFabian Bumberger2013-09-203-3/+3
* Simplify QBluetoothTransferManager code.Alex Blasche2013-09-205-173/+26