summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket_bluez.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Fix QBluetoothSocket::isReadable()/isOpen()/isWritable()Alex Blasche2014-10-131-1/+1
* Add support for random vs public remote address connectionsAlex Blasche2014-09-021-3/+3
* Fix failing L2CP socket's on high-endian systemsAlex Blasche2014-09-021-2/+2
* Make QBluetoothSocket's _q_writeNotify & _q_readNotify privateAlex Blasche2014-08-251-7/+5
* Update license headers and add new licensesJani Heikkinen2014-08-241-19/+11
* Merge remote-tracking branch 'gerrit/5.4' into btleAlex Blasche2014-08-131-4/+1
|\
| * Merge branch '5.3' into devAlex Blasche2014-07-171-4/+1
| |\
| | * Reduce system header dependenciesAlex Blasche2014-07-161-3/+1
* | | Bind the BTLE socket to the local Bt deviceAlex Blasche2014-07-231-1/+1
* | | Merge branch 'dev' into btleAlex Blasche2014-07-031-1/+1
|\| |
| * | Remove usage of QObject::tr() in qbluetoothsocket_bluez.cpp.Friedemann Kleint2014-06-301-1/+1
* | | Provide guarding against non-BTLE enabled versions of BluezAlex Blasche2014-06-161-0/+5
* | | Discover all Bluetooth services and their handlesAlex Blasche2014-06-161-1/+3
* | | Connect to BTLE deviceAlex Blasche2014-06-161-2/+11
|/ /
* | Port QBluetoothSocket/QBluetoothServer to Bluez 5Alex Blasche2014-05-261-40/+50
* | Utilize QStringLiteral where possibleAlex Blasche2014-05-151-8/+8
|/
* 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-151-15/+1
* Fix a few TODOs around the source code and remove obsolete onesAlex Blasche2014-03-131-1/+2
* Utilize new QBluetoothSocket::OperationError on QNX and BluezAlex Blasche2014-02-271-2/+17
* Remove QBluetoothSocketPrivate::socketDescriptor()Alex Blasche2014-02-261-5/+0
* Adjust strings for translationAlex Blasche2014-02-131-2/+2
* Merge remote-tracking branch 'gerrit/stable' into devAlex Blasche2014-02-031-25/+17
|\
| * Use qt_error_string rather than strerror.Alex Blasche2014-01-301-3/+3
| * Synchronize setting of QBluetoothSocket's error string, code and signalAlex Blasche2014-01-301-7/+7
| * Don't cache the QBluetoothSocket::localName() & peerName()Alex Blasche2014-01-291-12/+2
| * Initialize QBluetoothSocket::socketError properly.Alex Blasche2014-01-281-0/+1
| * Fix crash in Bluez implementation for QBluetoothSocketAlex Blasche2014-01-281-2/+3
| * Fix broken SDP discovery on QBluetoothSocketAlex Blasche2014-01-281-1/+1
* | whitespace fixesOswald Buddenhagen2014-01-201-4/+4
|/
* Use QLoggingCategory to categorize the various debug output streamsAlex Blasche2013-12-201-2/+5
* Fix peer to peer communication using two local adapters.Alex Blasche2013-09-251-4/+5
* Unify QBluetoothSoket, QBluetoothServer and QBluetoothServiceInfo protocol enumFabian Bumberger2013-09-201-17/+17
* Lower the verbosity of bluetoothFabian Bumberger2013-09-181-1/+1
* Remove QtBluetooth and QtNfc namespace.Alex Blasche2013-09-091-2/+2
* Update Copyright headersAlex Blasche2013-06-251-1/+1
* Rename NFC and Bluetooth namespace macros.Aaron McCarthy2013-02-141-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* removed Nokia specific stuff not needed any moreMichael Zanetti2012-06-261-87/+0
* Replace deprecated use of QString::operator=(const char *).alex2012-06-251-1/+1
* Extend SPP profile to be used with NOKIA_BT_SERVICESMichael Zanetti2012-04-261-0/+87
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-201-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* added Connectivity namespaces (QtBluetooth and QtNfc)Michael Zanetti2011-11-111-1/+4
* Initial commit.Michael Zanetti2011-08-241-0/+549