summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove unintended early return from Bluez lowenergycontrollerJuha Vuolle2022-02-151-1/+0
* Keep the bluetooth service name if the remote has provided itJuha Vuolle2022-02-101-1/+4
* Windows BT: reverse the latter UUID part to correct orderJuha Vuolle2022-02-081-1/+11
* Improve macOS classic bluetooth (server) SDP record creationJuha Vuolle2022-02-081-14/+36
* Windows Bluetooth: replace deprecated methods (part 2)Ivan Solovev2022-02-011-8/+43
* Close the GattDeviceService once we are done with itIvan Solovev2022-02-012-3/+41
* Windows Bluetooth: replace deprecated methods (part 3)Ivan Solovev2022-02-011-18/+84
* Document the bluetooth socket data pausing on macOS MontereyJuha Vuolle2022-01-311-0/+5
* Windows Bluetooth: replace deprecated methods (part 1)Ivan Solovev2022-01-281-13/+81
* Make Windows bluetooth to scan all found devices for servicesJuha Vuolle2022-01-272-39/+26
* IOBluetooth: fix SDP inquiry broken by MontereyTimur Pocheptsov2022-01-272-7/+114
* Decrement the pending paired device counter only once per deviceJuha Vuolle2022-01-271-10/+20
* Android: fix signal order during service discoveryIvan Solovev2022-01-211-2/+3
* Android: Fix SPP protocol detection during service discoveryIvan Solovev2022-01-211-2/+1
* Mark QBluetoothServer::listen() overload with [[nodiscard]]Juha Vuolle2022-01-211-1/+2
* Windows: Fix bufferFromAttribute for QBluetoothUuidsOliver Wolff2022-01-211-6/+4
* IOBluetooth: tweak a couple of classesTimur Pocheptsov2022-01-072-3/+12
* Android: Call handleTargetLost directly on NFC TagLostExceptionJens Trillmann2021-12-241-3/+3
* Re-enable BT tests on macOS and add appropriate Info.plistJuha Vuolle2021-12-221-1/+1
* IOBluetooth (device scan) - reduce the manual timeoutTimur Pocheptsov2021-12-201-1/+2
* Android BT LE Client thread protection improvementJuha Vuolle2021-12-171-502/+541
* Don't disconnect Darwin BT LE server on characteristic unsubscribeJuha Vuolle2021-12-151-37/+5
* QLowEnergyController Windows: fix early disconnect crash on Win 11Ivan Solovev2021-12-131-1/+3
* QBluetoothSocket Windows: remove unneeded mutexIvan Solovev2021-12-101-6/+0
* Windows QBluetoothSocket: fix crash at disconnectingIvan Solovev2021-12-101-2/+17
* Windows QBluetoothSocket: remove unneeded variable from SocketWorkerIvan Solovev2021-12-101-22/+4
* Restore the default MTU on disconnection on Android BT LE serverJuha Vuolle2021-12-091-0/+1
* QBluetoothSocket Windows: check that host info is availableIvan Solovev2021-12-071-12/+21
* QBluetoothSocket Windows: actually query remote portIvan Solovev2021-12-071-1/+1
* QBluetoothSocket Windows: fix localAddress and peerAddressIvan Solovev2021-12-071-2/+13
* Thread protection for Android BT LE ServerJuha Vuolle2021-12-071-287/+409
* Windows: fix object destruction order when terminating helper threadsIvan Solovev2021-11-261-2/+2
* Fix handling of manufacturer data in Bluetooth advertisement parsingAndreas Buhr2021-11-261-4/+3
* qbluetoothdevicediscoveryagent_winrt: Move manufacturerData into LEAdvertisin...Oliver Wolff2021-11-241-9/+7
* qbluetoothdevicediscoeryagent_winrt: Remove unused member variableOliver Wolff2021-11-241-1/+0
* CoreBluetooth: fix warning message concatenationTimur Pocheptsov2021-11-232-2/+2
* Android BT LE Server: Enable NTF if both NTF & IND requestedJuha Vuolle2021-11-233-2/+31
* Fix thread affinity for charListObtained slotIvan Solovev2021-11-221-3/+2
* Remove support for old Windows BluetoothLE APIAndreas Buhr2021-11-223-200/+26
* Fix BT LE service addition timing issue on AndroidJuha Vuolle2021-11-181-2/+52
* Bluetooth (Darwin): bail out early, if Info.plist is missingTimur Pocheptsov2021-11-185-26/+91
* Fix typo in qbluetoothsocket_android.cppAndreas Buhr2021-11-161-1/+1
* NFC: Fix PendingIntent creation for Android 12Ivan Solovev2021-11-151-1/+7
* Windows: fix assert in debug buildIvan Solovev2021-11-111-4/+26
* IOBluetooth: avoid over-retaining Obj-C entityTimur Pocheptsov2021-11-093-9/+24
* Android BT LE server connectivity detection with multiple devicesJuha Vuolle2021-10-293-26/+53
* Add characteristic min/max checks on Android BT LEJuha Vuolle2021-10-294-10/+124
* Update mtu related documentationAlex Blasche2021-10-201-0/+17
* Add support for BT LE descriptor prepared write on AndroidJuha Vuolle2021-10-201-48/+89
* Add QLowEnergyController::mtu() support on BT LE server side on AndroidJuha Vuolle2021-10-202-5/+18