summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothuuid.h
Commit message (Expand)AuthorAgeFilesLines
* QBluetoothUuid: magic_numbers -= 50Marc Mutz2023-08-181-5/+5
* QBluetoothUuid: inherit all ctors from QUuidMarc Mutz2023-08-181-2/+3
* QBluetoothUuid: inline the (quint128, Endian) ctorMarc Mutz2023-08-181-1/+3
* QBluetoothUuid: inline converting ctor from QUuidMarc Mutz2023-08-171-1/+10
* QBluetoothUuid: cut out the streamingOperator() middle-manMarc Mutz2023-08-151-4/+3
* QBluetoothUuid: provide Endian overloads for quint128 functionsMarc Mutz2023-08-151-2/+9
* QBluetoothUuid: remove unused equals() method declarationMarc Mutz2023-08-121-3/+0
* QBluetoothUuid: add missing Endian argument to Id128Bytes ctorMarc Mutz2023-08-111-2/+2
* QBluetoothUuid: keep custom quint128 and related methods when 128-bit ints ar...Ivan Solovev2023-08-031-3/+3
* QBluetoothUuid: fix alignment of the custom quint128 structIvan Solovev2023-07-111-1/+1
* Follow up on change to QUuid in qtbaseVolker Hilsheimer2023-05-231-0/+2
* QBluetoothUuid - add platform-specific conversion functionsTimur Pocheptsov2023-04-031-0/+9
* QBluetoothUuid: remove quint128 supportThiago Macieira2023-02-151-2/+7
* Use SPDX license identifiersLucie GĂ©rard2022-06-101-38/+2
* Replace Q_DECLARE_METATYPE with QT_DECL_METATYPE_EXTERNIvan Solovev2022-04-271-1/+1
* Rename streamingoperator to adhere to camelCaseAndreas Buhr2021-07-231-2/+2
* Make streaming operators hidden friends in QtBluetoothAndreas Buhr2021-03-121-9/+7
* Make comparison operators hidden friends in QtBluetoothAndreas Buhr2021-03-121-3/+8
* Fix clazy-rule-of-soft-two for QBluetoothUuidAlex Blasche2021-03-121-2/+2
* Use scoped enum for constants in QBluetoothUuidAndreas Buhr2021-03-111-9/+8
* Optimize QBluetoothUuid ctors and make use of QUuid optimizationsAlex Blasche2021-03-091-7/+16
* QBluetoothUuid: add QDataStream operator<<,>>Thiago Macieira2018-10-191-0/+12
* Avoid wrong implicit cast leading to wrong connectToService() callAlex Blasche2018-01-251-0/+1
* Add default assignment operator for QBluetoothUuidAlex Blasche2017-10-191-0/+2
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-291-2/+2
* Rename qbluetoothglobal.h to qtbluetoothglobal.hOliver Wolff2017-08-301-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-2/+2
|\
| * Add explicit and make public headers compile with -Wzero-as-null-pointer-cons...Marc Mutz2016-03-151-2/+2
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2016-01-261-14/+20
|\ \
| * | Updated license headersAntti Kokko2016-01-201-14/+20
| |/
* / Add operator!= for QBluetoothUuid.Christian Kandeler2015-12-111-0/+1
|/
* Fix trailing commas in enumsAlex Blasche2015-04-201-3/+2
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Add new environmental sensing descriptor typesAlex Blasche2014-12-051-1/+6
* Add newly adopted BTLE service/characteristic type uuidsAlex Blasche2014-12-051-0/+90
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
* Introduce QLowEnergyDescriptorAlex Blasche2014-06-261-0/+1
* Provide means of translating descriptor types to user stringsAlex Blasche2014-06-111-0/+1
* Improve handling of QBluetoothUuid::CharacteristicType enumAlex Blasche2014-06-041-69/+70
* Streamline some of the QLowEnergyDescriptorInfo related codeAlex Blasche2014-06-041-3/+4
* Merge branch 'dev' into btleAlex Blasche2014-05-261-1/+7
|\
| * Add QBluetoothUuid::protocolToString()Alex Blasche2014-05-261-0/+1
| * Service discovery via Bluez5Alex Blasche2014-05-221-1/+3
| * Check for QT_NO_DEBUG_STREAM for QBluetoothUuid QDebug helperOleg Shparber2014-04-281-0/+3
* | Merge branch 'dev' into btleAlex Blasche2014-03-141-1/+9
|\|
| * Add missing Standard BT service/profile uuidsAlex Blasche2014-03-061-0/+8
| * Fix uuid value of ServiceClassId PnpInformationAlex Blasche2014-03-061-1/+1
* | Unify the BtLE service class id descriptionsAlex Blasche2014-03-061-1/+0
* | Implemented Bluetooth Low Energy gatt service and characteristics discoveryNedim Hadzic2013-11-041-1/+121
|/
* Remove QtBluetooth and QtNfc namespace.Alex Blasche2013-09-091-3/+3