summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Increase chance of establishing serial connection w/o SPP uuidAlex Blasche2019-04-101-1/+27
* Check the reverted UUID when filteringBogDan Vatra2019-04-051-24/+26
* Don't reverse uuids which are derived from Bluetooth's base uuidAlex Blasche2019-01-081-1/+1
* QBluetoothSocket: Move (dis-)connected logic into setSocketStateOliver Wolff2018-08-161-11/+4
* Android: Fix missing connected() signal emission for QBluetoothSocketAlex Blasche2018-08-141-1/+1
* Shift close/abort signaling from QBluetoothSocket to private implementationsAlex Blasche2018-08-091-0/+3
* Move QBluetoothSocket::connectToService() to private implementationsAlex Blasche2018-07-251-0/+66
* Rename QBluetoothSocketBasePrivate::connectToService()Alex Blasche2018-07-251-7/+7
* Add QBluetoothSocketPrivate interface for AndroidAlex Blasche2018-07-251-34/+34
* Add runtime polymorphism for QBluetoothSocketPrivateAlex Blasche2018-07-251-7/+2
* Add missing emission of readChannelFinished()Alex Blasche2018-05-041-0/+1
* Android: Do not emit QBluetoothSocket::bytesWritten() if write() failedAlex Blasche2017-06-291-1/+1
* Add indirection for QBluetoothSocket::bytesToWrite()Alex Blasche2017-06-291-0/+5
* Fix concurrent access to QBluetoothSocket::canReadLine() on AndroidAlex Blasche2017-06-291-0/+9
* Workaround for Android SDP discovery bugAlex Blasche2017-06-161-11/+102
* Android: Remove QBluetoothSocket fallback when Android SDK 23+Alex Blasche2017-06-161-2/+6
* Don't use "socketChannel" if the "getServiceChannel" call failedBogDan Vatra2016-12-081-8/+8
* Updated license headersAntti Kokko2016-01-201-15/+21
* Android: Apply QBluetoothSocket::preferredSecurityFlags during connectAlex Blasche2015-07-071-2/+21
* Add preferredSecurityFlags to QBluetoothSocketAlex Blasche2015-07-031-0/+1
* Merge branch '5.4' into 5.5Alex Blasche2015-04-011-65/+235
|\
| * Android: Fix crash due to dangling pointer inputthreadAlex Blasche2015-03-311-0/+4
| * Android: abort() QBluetoothSocket in its dtorAlex Blasche2015-03-301-0/+2
| * Android: Fix crash when destructing socket during active connectAlex Blasche2015-03-301-65/+229
* | Android: Replace call to deprecated getStaticObjectField() function.Christian Strømme2015-03-171-1/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-171-1/+2
|\|
| * Fix case where BluetoothDevice.getServiceChannel() error is not handledAlex Blasche2015-03-051-1/+2
* | Update copyright headersJani Heikkinen2015-02-161-7/+7
* | Merge remote-tracking branch 'gerrit/5.4' into devAlex Blasche2015-02-111-33/+32
|\|
| * Android: Fix leaking of local reference table in QBluetoothSocketAlex Blasche2015-02-051-33/+32
* | Convert qRegisterMetaType<T>(const char*) to qRegisterMetaType<T>()Alex Blasche2015-01-281-3/+2
|/
* Fix QBluetoothSocket unit test failures on AndroidAlex Blasche2014-10-131-0/+1
* Fix QBluetoothSocket::isReadable()/isOpen()/isWritable()Alex Blasche2014-10-131-1/+5
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-281-12/+126
|\
| * Move socket workaround into own fctn and fix possible channel mismatchAlex Blasche2014-07-241-120/+116
| * Fixed QTBUG-40172 Android Bluetooth Socket Connection fails in some cases.Firat Agdas2014-07-241-8/+126
* | Make QBluetoothSocket's _q_writeNotify & _q_readNotify privateAlex Blasche2014-08-251-8/+0
* | Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
|/
* Remove usage of BluetoothSocket.isConnected()Alex Blasche2014-07-101-9/+8
* Android: Fix error signal handling for rfcomm socketsAlex Blasche2014-03-271-2/+2
* Convert internal function parameter to const &Alex Blasche2014-03-131-2/+3
* Fix a few TODOs around the source code and remove obsolete onesAlex Blasche2014-03-131-1/+0
* Fix wrong error message.Alex Blasche2014-02-271-1/+1
* Fix crash when interrupting QBluetoothSocket's input stream threadAlex Blasche2014-02-271-21/+66
* Android: Fix crash in QBluetoothServer::close()Alex Blasche2014-02-271-1/+2
* Remove QBluetoothSocketPrivate::socketDescriptor()Alex Blasche2014-02-261-5/+0
* Adjust strings for translationAlex Blasche2014-02-131-2/+2
* Port QtBluetooth to AndroidAlex Blasche2014-02-131-0/+451