summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Remove old configure-related filesJoerg Bornemann2021-06-171-96/+0
* Android: use the new permission API, clean up some leftoversVille Voutilainen2021-06-106-42/+16
* Remove AndroidExtras dependencies and port to new Qt 6 Android APIsVille Voutilainen2021-06-0431-476/+347
* Make QLECharacteristic::handle() and QLEDescriptor::handle() privateAndreas Buhr2021-06-035-2/+12
* QLowEnergyController: ATT-MTU backend on WindowsAndreas Buhr2021-06-032-3/+89
* Add convenience API to access CCCDAndreas Buhr2021-06-034-3/+92
* Change members in QLECharacteristic and QLEDescriptor to privateAndreas Buhr2021-06-022-4/+2
* Remove obsolete QLEControllerPrivate friendsAlex Blasche2021-06-012-4/+0
* QBluetoothServerPrivate: Fix warning about constructor orderFriedemann Kleint2021-06-011-1/+1
* Beautify debug message in QtBluetooth for WindowsAndreas Buhr2021-05-271-1/+1
* Correctly end deprecationAndreas Buhr2021-05-271-1/+1
* Fix BTLE device discovery on WindowsAndreas Buhr2021-05-261-0/+1
* windows: Remove legacy "limited service discovery" modeOliver Wolff2021-05-262-38/+0
* Rename QWinRTLowEnergyServiceHandlerNewAndreas Buhr2021-05-252-13/+12
* QLowEnergyController: add API to obtain ATT-MTU sizeAndreas Buhr2021-05-1818-9/+122
* Improve error message in case of insufficient Android SDK versionAndreas Buhr2021-05-171-2/+3
* Prefer QChar over QString that consists of a single QCharKonstantin Ritt2021-05-171-3/+2
* Fix "loop variable creates a copy" warningKonstantin Ritt2021-05-171-2/+2
* Drop Bluez4 from the documentationAlex Blasche2021-05-071-1/+1
* CoreBluetooth: add a workaround to enable using scan optionsTimur Pocheptsov2021-05-071-1/+9
* Doc: Fix documentation warningsTopi Reinio2021-04-301-0/+3
* Implement reduced service discovery on Linux-BlueZAndreas Buhr2021-04-273-15/+18
* Implement reduced service discovery on AndroidAndreas Buhr2021-04-191-2/+4
* Do not read characteristic values and descriptors unless mode is 'FullDiscovery'Timur Pocheptsov2021-04-153-7/+22
* Remove link to "Qt for UWP" which has been removedAndreas Buhr2021-04-131-11/+2
* Unify Windows logging categoriesAndreas Buhr2021-04-129-193/+195
* Implement reduced service discovery on Linux-BlueZ-DBUSAndreas Buhr2021-04-121-8/+10
* Implement reduced service discovery on WinRTNewAndreas Buhr2021-04-121-44/+61
* Rename qlowenergycontroller_winrt_new -> qlowenergycontroller_winrtOliver Wolff2021-04-124-49/+49
* Remove legacy qlowenergycontroller_winrtOliver Wolff2021-04-126-1300/+1
* Unify winrt configure testsOliver Wolff2021-04-086-55/+3
* Change QLowEnergyService::ServiceState enum to reflect future changesAndreas Buhr2021-04-0812-55/+79
* Remove windows backend leftoverOliver Wolff2021-04-081-231/+0
* QWinRTBluetoothDeviceDiscoveryWorker: Add error handlingOliver Wolff2021-04-082-64/+210
* QBTDeviceDiscoveryAgentPrivate use declaration initializationOliver Wolff2021-04-086-30/+13
* Remove BlueZ4 implementation for QBluetoothServiceDiscoveryAgentAlex Blasche2021-04-072-348/+3
* Change QBluetooth::Security and AttAcc. to be a scoped enumsAndreas Buhr2021-03-3018-71/+90
* Introduce option for reduced service discoveryAndreas Buhr2021-03-3017-22/+88
* Register enums in QBluetooth with the meta object systemAndreas Buhr2021-03-301-2/+6
* Remove Win32 backendOliver Wolff2021-03-3018-4015/+6
* Fix includesAndreas Buhr2021-03-261-1/+1
* Code cleanup: Remove some superfluous semicolonsAndreas Buhr2021-03-262-6/+6
* Introduce AttCommand and AttError scoped enumsAndreas Buhr2021-03-263-320/+369
* APIChangesQt6: Mention removal of win32 backendOliver Wolff2021-03-261-0/+2
* Add option to specify host device when starting BTLE peripheralAndreas Buhr2021-03-253-6/+40
* Code cleanup: create UUID strings without bracesAndreas Buhr2021-03-254-14/+4
* code cleanup: do not comment out argument namesAndreas Buhr2021-03-252-41/+41
* Simplify src/bluetooth/CMakeLists.txtOliver Wolff2021-03-241-198/+207
* Remove BlueZ4 implementation for QBluetoothDeviceDiscoveryAgentAlex Blasche2021-03-232-260/+17
* Always call setOpenMode before setSocketStateAndreas Buhr2021-03-233-6/+8