summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* QLowEnergyControllerPrivateWinRT::connectToDevice: Return early if LE device ...Oliver Wolff2020-03-251-0/+1
* Ensure that a failing classic discovery doesn't prevent LE scanAlex Blasche2020-02-261-8/+16
* Add location-turned-on check before starting device discoveryAlex Blasche2020-02-261-0/+38
* Grant ACCESS_FINE_LOCATION to QtBluetoothAlex Blasche2020-02-261-0/+1
* Fix classic device discovery on AndroidAlex Blasche2019-10-211-4/+2
* Fix QLEAdvertisingData::setManufacturerData on AndroidAlex Blasche2019-08-071-1/+1
* winrt: Add limitations to bluetooth overview pageOliver Wolff2019-07-241-1/+6
* Core/IO/Bluetooth - fix ambiguous conversions for macOSAndré Klitzing2019-07-196-26/+26
* Do not handle PAIRING_VARIANT_PINAlex Blasche2019-07-173-13/+11
* winrt: Do not try to delete nullptr workerOliver Wolff2019-07-171-3/+1
* Fix compilation with C++20Marc Mutz2019-07-161-2/+2
* Core/IO/Bluetooth - fix ambiguous conversionsTimur Pocheptsov2019-07-053-8/+8
* BlueZ: Fix leaking client socket when running QLEController Peripheral modeAlex Blasche2019-05-082-0/+11
* Bluetooth: Compare the server channel when checking for duplicatesAndy Shaw2019-05-101-1/+2
* CoreBluetooth: add a missing -peripheral:didModifyServices: methodTimur Pocheptsov2019-04-164-0/+43
* winrt: Fix reading of descriptor valuesOliver Wolff2019-04-151-8/+12
* Don't create QBluetoothServiceInfo when uuid is nullAlex Blasche2019-04-121-1/+4
* Android: Don't filter SPP uuidAlex Blasche2019-04-121-11/+12
* Streamline QBluetoothServiceDiscoveryAgentPrivate::populateDiscoveredServicesAlex Blasche2019-04-101-32/+33
* Android: Increase chance of establishing serial connection w/o SPP uuidAlex Blasche2019-04-102-3/+32
* Fix clang-cl errors about narrowing conversionsKai Koehne2019-04-081-1/+1
* Use QAndroidJniExceptionCleaner instead of QAndroidJniEnvironmentBogDan Vatra2019-04-051-11/+4
* Fix possible leakBogDan Vatra2019-04-051-2/+1
* Check the reverted UUID when filteringBogDan Vatra2019-04-053-25/+33
* Ensure DBus based QBluetoothSocket emits bytesWritten() signalAlex Blasche2019-03-251-0/+2
* qlowenergycontroller_android_p.h: Remove unrelated preprocessor blocksOliver Wolff2019-03-251-16/+0
* Bluez-DBus: Fix crash at calling disconnect while not connectedChristian Wassmuth2019-03-051-0/+3
* Ensure signed int are written in base 10 notationAlex Blasche2019-02-151-3/+3
* Cleanup QBluetoothServiceInfo xml stream writer on BluezAlex Blasche2019-02-151-11/+3
* Ensure SDP records can be byte arrays/hex encodedAlex Blasche2019-02-154-33/+60
* Fix unit test failure on AndroidAlex Blasche2019-02-081-11/+31
* Add Android exclamation to QBluetoothServiceDiscoveryAgent ctor docsAlex Blasche2019-02-081-0/+5
* Fix potential bug in osxbtcentralmanagerTimur Pocheptsov2019-02-081-1/+3
* Bluetooth LE scan - fix a crash (CoreBluetooth)Timur Pocheptsov2019-02-071-30/+57
* Doc: Fix link error to \macosNico Vertriest2019-02-071-1/+1
* LE/Android: fix crash when destroying DiscoveryAgent during scanKonstantin Marchenko2019-01-252-0/+6
* Ensure custom uuids are returned by QBluetoothServiceInfo::serviceUuid()Alex Blasche2019-01-091-1/+17
* Don't reverse uuids which are derived from Bluetooth's base uuidAlex Blasche2019-01-081-1/+1
* Add missing dbus registrations and change documentationAlex Blasche2019-01-042-2/+9
* CoreBluetooth - fix warnings ('-Wobjc-interface-ivars')Timur Pocheptsov2018-12-1820-98/+97
* Fix broken timeout handling in osxbtcentral managerTimur Pocheptsov2018-12-185-101/+136
* GCD timer - refactor and fix warningsTimur Pocheptsov2018-12-175-29/+70
* Fix compilation with gcc 4.8Ville Voutilainen2018-12-031-1/+0
* Android: Emit deviceDiscovered before deviceUpdatedAndrew Dolby2018-11-211-11/+19
* winrt: Small code cleanupOliver Wolff2018-11-161-2/+1
* winrt: Clarify situation of ServiceClassIds and ProtocolDescriptorListOliver Wolff2018-11-161-0/+4
* winrt: Document necessity of pairing devices before discoveryOliver Wolff2018-11-161-0/+3
* qbluetoothlocaldevice_p.cpp: Make sure d_ptr is initializedOliver Wolff2018-11-152-25/+10
* Ensure QObject context is retained to avoid crashesv5.12.0-beta4Alex Blasche2018-10-315-17/+20
* Fix regression not updating the device info during BTLE discoveryAlex Blasche2018-10-311-1/+1