summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qleadvertiser_bluez.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bluez LE: use QUuid's ability to select the byte orderThiago Macieira2023-02-131-6/+2
* Bluez LE: store the little-endian data in the temporary listsThiago Macieira2023-02-131-5/+6
* QBluetoothUuid: switch from quint128 to QUuid::Id128BytesThiago Macieira2023-02-131-6/+5
* Fix Bluez LE advertiser crash on large advertisement dataJuha Vuolle2022-06-281-1/+2
* Fix Bluez LE advertiser delete crashJuha Vuolle2022-06-211-5/+6
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* De-inline QLeAdvertizer dtorMarc Mutz2022-05-041-0/+3
* includemocsMarc Mutz2022-05-041-0/+2
* Rename qleadvertiser_p.h → qleadvertiser_bluez_p.hMarc Mutz2022-05-041-1/+1
* QLeAdvertiserBluez: fix int/qsizetype mismatchesMarc Mutz2022-04-111-14/+17
* QLeAdvertiserBluez: remove unused argument of byteArrayFromStruct()Marc Mutz2022-04-111-2/+3
* Port simple cases of count() to size()Marc Mutz2022-04-111-3/+3
* Also cite newest Bluetooth standard so people don't have to searchAndreas Buhr2021-11-261-0/+1
* Introduce all Bluetooth HCI event and error codesAndreas Buhr2021-03-221-2/+4
* Move Bluez enums to namespace for better debugging outputAndreas Buhr2021-02-241-13/+13
* Use QList instead of QVectorJarek Kobus2020-06-251-4/+5
* Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-2/+5
* Add separate interfaces for QBluetoothSocketPrivate on LinuxAlex Blasche2018-07-251-1/+1
* BlueZ: Ensure stop advertisement calls are actually sent when issuedAlex Blasche2017-05-151-0/+1
* Fix readvertisement failure on peripheral restart on BlueZAlex Blasche2017-05-151-9/+7
* Fix endianness conversion order bug when handling 128bit Qt UuidAlex Blasche2016-05-181-1/+7
* Zero out the advertising parameters data before setting the fields.Christian Kandeler2016-05-181-0/+2
* BLE: Write the whole 31 bytes of advertising data to the controller.v5.7.0-alpha1Christian Kandeler2016-03-041-1/+3
* Bluetooth Advertising: Inform clients we want an LE connection.Christian Kandeler2016-02-231-0/+1
* Bluetooth LE: Fix typo in advertising code.Christian Kandeler2016-02-171-1/+1
* Update to new Qt license headersneardAlex Blasche2016-01-261-15/+21
* Bluetooth LE: Fix check for space left in advertising data.Christian Kandeler2016-01-221-1/+1
* Bluetooth LE Advertiser: Add missing endianness conversion.Christian Kandeler2016-01-181-2/+2
* Bluetooth: Introduce API for LE advertising.Christian Kandeler2015-11-171-0/+443