summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Improve QtBluetooth index pageAlex Blasche2016-05-201-2/+5
* Add missing \since 5.7 markers to QLE classesAlex Blasche2016-05-192-1/+23
* Mark QBluetooth::AttAccessConstraint as 5.7 API in class docsAlex Blasche2016-05-191-0/+1
* Don't print the same advertising code snippet twiceAlex Blasche2016-05-191-1/+0
* QLowEnergyController: fix new uses of 0 as null pointer constantMarc Mutz2016-05-121-4/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-0618-34/+192
|\
| * Add a runtime warning when dummy QtBluetooth backend is runningAlex Blasche2016-05-0412-1/+134
| * Bluez5: Fix serial service discovery inside QBluetoothSocketAlex Blasche2016-04-291-5/+7
| * Fix QBluetoothServiceInfo QDebug operatorAlex Blasche2016-04-291-23/+31
| * Improve QBluetoothServiceDiscoveryAgent::setUuidFilter() docsAlex Blasche2016-04-271-1/+6
| * Improve QBluetoothUuid(QString) ctor documentationAlex Blasche2016-04-261-3/+6
| * Fix typo in Android permission nameAlex Blasche2016-04-131-1/+1
| * Android: Ensure Bluetooth device discovery finds remote devicesAlex Blasche2016-04-132-1/+4
| * Document changed behavior of QBLD::address() on Android 6.0Alex Blasche2016-04-131-0/+4
* | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-04-291-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1Liang Qi2016-04-083-3/+3
|\|
| * OSXBTCentralManager - fix details discovery (iOS/OS X)Timur Pocheptsov2016-04-041-1/+1
| * Spelling fixFrank Meerkoetter2016-03-231-2/+2
| * Purge sRGB chunks from PNGs in documentation.Edward Welbourne2016-03-221-0/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-2111-21/+20
|\|
| * Add explicit and make public headers compile with -Wzero-as-null-pointer-cons...Marc Mutz2016-03-1511-20/+19
* | Fix QLEServiceData comparison operator inconsistencyAlex Blasche2016-03-092-4/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-6/+6
|\|
| * don't over-expose private dependenciesOswald Buddenhagen2016-02-251-4/+4
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-2/+1
* | BLE: Write the whole 31 bytes of advertising data to the controller.v5.7.0-alpha1Christian Kandeler2016-03-041-1/+3
* | Bluetooth LE: Fix bogus warning output.Christian Kandeler2016-02-251-4/+5
* | Bluetooth Advertising: Inform clients we want an LE connection.Christian Kandeler2016-02-231-0/+1
* | Bluetooth LE: Fix crash introduced by latest merge.Christian Kandeler2016-02-231-0/+1
* | Bluetooth LE: Give rationale for API design regarding included services.Christian Kandeler2016-02-232-1/+4
* | Bluetooth LE: Fix typo in advertising code.Christian Kandeler2016-02-171-1/+1
* | Bluetooth LE: Add support for Signed Write command in the central role.Christian Kandeler2016-02-1714-108/+157
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-169-5/+59
|\|
| * Not all descriptors where discovered in some casesOleksii Serdiuk2016-02-021-1/+8
| * Bluetooth: Do not assert on remote data.Christian Kandeler2016-01-221-1/+6
| * Document QtBluetooth and QtNfc logging categoriesAlex Blasche2016-01-151-0/+26
| * Bluetooth: Fix mapping of device address to HCI id.Christian Kandeler2016-01-151-1/+1
| * Bluetooth LE: Fix premature initialization of HCI manager.Christian Kandeler2016-01-155-4/+20
| * Android: Fix QBluetoothSocket::bytesAvailable()Alex Blasche2016-01-072-2/+2
* | Fix undefined behavior in AddressInfo's default ctor.Alex Blasche2016-02-112-3/+11
* | Improve BTLE documentationAlex Blasche2016-02-103-7/+30
* | Bluetooth LE: Fix two list setter functions.Christian Kandeler2016-02-092-0/+2
* | Fix warnings in LeCmacVerifierAlex Blasche2016-02-091-0/+3
* | Bluetooth LE: Add support for Signed Write command.Christian Kandeler2016-02-039-29/+514
* | Docs: Update Bluetooth LE overview to include peripheral functionality.Christian Kandeler2016-01-271-8/+25
* | Update to new Qt license headersneardAlex Blasche2016-01-2614-210/+294
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2016-01-26143-2025/+2883
|\ \
| * | Updated license headersAntti Kokko2016-01-20143-2025/+2883
* | | Add example for Bluetooth Peripheral functionality.Christian Kandeler2016-01-261-0/+1
* | | Bluetooth: Print warning to indicate that signed write is unimplemented.Christian Kandeler2016-01-261-0/+1