summaryrefslogtreecommitdiff
path: root/src/bluetooth/qbluetoothsocket_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtBluetooth: use public QPermission API to check for permissions on AndroidIvan Solovev2023-05-031-3/+3
* Remove Unnecessary Q_DECLARE_METATYPE(QJniObject)Amir Masoud Abdol2023-04-241-3/+0
* QBluetoothUuid: switch from quint128 to QUuid::Id128BytesThiago Macieira2023-02-131-2/+2
* Android BT fix deprecated "getDefaultAdapter" method usageJuha Vuolle2022-09-131-3/+1
* Bluetooth: Make module compilable on Android with non-empty QT_NAMESPACEIevgenii Meshcheriakov2022-07-271-3/+3
* Unstringify Android QtBluetooth: signatures, types and method callsJuha Vuolle2022-07-071-37/+33
* Fix spelling errors in debug outputKai Köhne2022-06-231-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-101-39/+3
* Introduce error codes for missing permissionsIvan Solovev2022-05-191-2/+3
* Remove unsupported Android bluetooth codepathsJuha Vuolle2022-05-121-114/+9
* Replace Q_DECLARE_METATYPE with QT_DECL_METATYPE_EXTERNIvan Solovev2022-04-271-0/+1
* Improve Android-12 bluetooth permission error reportingJuha Vuolle2022-04-121-9/+22
* Introduce Android 12 / SDK 31+ bluetooth permissionsJuha Vuolle2022-03-171-0/+5
* Fix typo in qbluetoothsocket_android.cppAndreas Buhr2021-11-161-1/+1
* Android: use the new permission API, clean up some leftoversVille Voutilainen2021-06-101-4/+2
* Remove AndroidExtras dependencies and port to new Qt 6 Android APIsVille Voutilainen2021-06-041-137/+90
* Change QBluetooth::Security and AttAcc. to be a scoped enumsAndreas Buhr2021-03-301-4/+4
* Code cleanup: create UUID strings without bracesAndreas Buhr2021-03-251-4/+1
* rename error signals to errorOccurredAndreas Buhr2021-03-221-4/+4
* Decouple QBluetoothSocket and QAbstractSocket, introduce scoped enumsAndreas Buhr2021-03-121-42/+42
* Add ; to Q_UNUSEDLars Schmertmann2020-06-231-1/+1
* 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
|\ \ | |/