summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
* BlueZ: remove unused variablesIvan Solovev2023-05-052-3/+0
* QtBluetooth: use public QPermission API to check for permissions on AndroidIvan Solovev2023-05-0310-67/+30
* Remove Unnecessary Q_DECLARE_METATYPE(QJniObject)Amir Masoud Abdol2023-04-242-6/+0
* QtBluetooth: do not request permissions on AndroidIvan Solovev2023-04-053-14/+17
* [Darwin] Fix LE controller initializationJuha Vuolle2023-04-041-1/+1
* QBluetoothUuid - add platform-specific conversion functionsTimur Pocheptsov2023-04-033-0/+57
* Remove redundant checks on Darwin LE controllerJuha Vuolle2023-04-031-28/+2
* Exclude source files from unity buildAmir Masoud Abdol2023-04-031-0/+4
* HeartRate Game example: do not show duplicated devicesIvan Solovev2023-03-291-1/+4
* HeartRate Server: revamp the exampleIvan Solovev2023-03-281-1/+1
* Windows: optimize BTLE device discoveryIvan Solovev2023-03-271-19/+22
* Remove PingPong exampleIvan Solovev2023-03-222-4/+0
* BtScanner example: move to manual testsIvan Solovev2023-03-212-4/+0
* QtBluetooth: port the code to the new permissions API (CoreBluetooth)Timur Pocheptsov2023-02-246-68/+48
* QBluetoothUuid: remove quint128 supportThiago Macieira2023-02-154-41/+40
* Bluez LE: use QUuid's ability to select the byte orderThiago Macieira2023-02-133-66/+9
* Bluez LE: store the little-endian data in the temporary listsThiago Macieira2023-02-131-5/+6
* Bluez LE: improve detection of 16-bit UUIDThiago Macieira2023-02-131-19/+12
* QBluetoothUuid: switch from quint128 to QUuid::Id128BytesThiago Macieira2023-02-1314-63/+63
* Replace deprecated BT LE methods on Android API 33: descriptorsJuha Vuolle2023-01-262-2/+4
* Replace deprecated BT LE methods on Android API 33: characteristicsJuha Vuolle2023-01-261-2/+1
* Fix CMake Unity (Jumbo) buildFriedemann Kleint2023-01-252-5/+6
* Proper clearing of WinRT factory cache in QtBluetoothMarc Mutz2023-01-232-0/+2
* Android LE Peripheral: properly update characteristic and descriptor local va...Ivan Solovev2023-01-181-0/+4
* Don't clear the remoteDevice address in resetController()Juha Vuolle2023-01-171-1/+2
* QLowEnergyController Windows: fix UI hangs during discovery on disconnected p...Ivan Solovev2023-01-172-12/+20
* QWinRTLowEnergyServiceHandler: optimize behavior at disconnectIvan Solovev2023-01-171-8/+29
* Purge mentioning of Technical Preview from the Bt LE overviewAlex Blasche2023-01-111-5/+3
* Fix the naming of the BlueZ packageAlexey Edelev2022-12-231-1/+1
* Add more error replies to BlueZ DBus callsJuha Vuolle2022-12-201-3/+20
* Add error replies to bluez peripheral adaptor functionsJuha Vuolle2022-12-086-36/+108
* Bluez DBus peripheral add support for extended propertiesJuha Vuolle2022-12-072-7/+24
* Add Bluez DBus peripheral role supportJuha Vuolle2022-12-0717-78/+1343
* Add DBus adaptors for Bluez DBus peripheral role supportJuha Vuolle2022-12-0710-0/+685
* Bluez DBus advertising support (BT LE)Juha Vuolle2022-12-0712-47/+444
* Add Bluez DBus peripheral role XML definitionsJuha Vuolle2022-12-0711-0/+462
* Add Bluez DBus peripheral role selection supportJuha Vuolle2022-12-073-6/+64
* QBluetoothUuid: simplify one attribute creationThiago Macieira2022-11-281-1/+1
* Remove unused and redundant table row in documentationJuha Vuolle2022-10-141-7/+0
* Replace GATT specification link with accessible one in documentationJuha Vuolle2022-10-141-1/+1
* Fix unorthodoxically placed parantheses in documentationJuha Vuolle2022-10-141-9/+6
* Add a missing verb in BT LE documentationJuha Vuolle2022-10-141-2/+2
* [Darwin BTLE] Fix service discovery timeout assertJuha Vuolle2022-10-132-2/+7
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-0610-26/+26
* Add the missing "We mean it." disclaimersAlexey Edelev2022-10-0510-0/+110
* Complete renaming of qtranslation.h to qttranslation.hAlexey Edelev2022-10-051-1/+1
* Add windows bluetooth discovery worker metatype registrationJuha Vuolle2022-09-201-0/+1
* Clear previous bluetooth device/service discovery errors on restartJuha Vuolle2022-09-205-1/+17
* Remove workaround from generator scriptMate Barany2022-09-191-6/+1
* QtBluetooth(Darwin): fix some includesTimur Pocheptsov2022-09-1921-27/+33