summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent_darwin.mm
Commit message (Expand)AuthorAgeFilesLines
* QtBluetooth: port the code to the new permissions API (CoreBluetooth)Timur Pocheptsov2023-02-241-11/+12
* QtBluetooth(Darwin): fix some includesTimur Pocheptsov2022-09-191-0/+1
* QtBluetooth(Darwin): clean up the codeTimur Pocheptsov2022-09-151-13/+8
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Remove QScopedPointer related deprecation warnings on macOSJuha Vuolle2022-05-311-8/+7
* Use the new "permissions error" code on macOSJuha Vuolle2022-05-301-2/+6
* Port length() == 0 to isEmpty()Marc Mutz2022-05-101-1/+1
* Check the provided device discovery agent bluetooth address on macOSJuha Vuolle2022-04-131-0/+10
* Port indexed for-loops from int to qsizetypeMarc Mutz2022-04-111-1/+1
* Delay Bluetooth adapter check to start() on macOSJuha Vuolle2022-01-121-12/+13
* Simplify QBluetoothDeviceDiscoveryAgentPrivateIvan Solovev2021-12-231-1/+1
* QBluetoothDeviceDiscovery: ignore lastError when starting discoveryIvan Solovev2021-12-231-1/+0
* Add support for service data in BLE advertismentAndreas Buhr2021-11-291-0/+8
* CoreBluetooth: fix warning message concatenationTimur Pocheptsov2021-11-231-1/+1
* Bluetooth (Darwin): bail out early, if Info.plist is missingTimur Pocheptsov2021-11-171-0/+21
* QBTDeviceDiscoveryAgentPrivate use declaration initializationOliver Wolff2021-04-081-3/+0
* rename error signals to errorOccurredAndreas Buhr2021-03-221-8/+8
* Replace QVector by QListAndreas Buhr2021-02-261-2/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-06-231-1/+1
* Remove QBluetoothDeviceDiscoveryAgent::inquiryType propertyAlex Blasche2020-05-141-1/+0
* Bluetooth: change prefix in Obj-C class namesTimur Pocheptsov2019-10-081-2/+2
* IO/CoreBluetooth - update namesTimur Pocheptsov2019-09-271-9/+14
* Rename the Darwin-specific logging categoryTimur Pocheptsov2019-09-261-8/+8
* IO/CoreBluetooth - clean the code up for Qt6Timur Pocheptsov2019-09-261-7/+7
* De-duplicate device discovery code (Darwin)Timur Pocheptsov2019-06-141-0/+552