summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller.cpp
Commit message (Expand)AuthorAgeFilesLines
* Properly invalidate services when calling disconnectService() on BlueZAlex Blasche2018-05-291-4/+15
* Fix compiler warningAlex Blasche2018-03-211-0/+3
* Enable new DBus LE backed for central role use casesv5.11.0-beta2Alex Blasche2018-03-081-7/+9
* Implement bluetoothd version testAlex Blasche2017-12-131-2/+3
* Consolidate the QLEControllerPrivate instanciationsAlex Blasche2017-11-031-49/+23
* Unify meta type registration for QLEDescriptor and QLECharacteristicAlex Blasche2017-11-031-0/+2
* Provide UWP specific header for QLEControllerPrivateAlex Blasche2017-11-031-0/+10
* Provide own header for QLEControllerPrivate on AndroidAlex Blasche2017-11-031-0/+10
* Provide own header for QLowEnergyControllerPrivate instance on BluezAlex Blasche2017-11-031-54/+7
* Rename various QLEControllerPrivate classesAlex Blasche2017-11-031-9/+9
* Move common helper function from QLECPrivate to QLECPrivateBaseAlex Blasche2017-11-031-117/+0
* Introduce Base class for QLowEnergyControllerPrivateAlex Blasche2017-11-031-95/+51
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-291-1/+1
* QLowEnergyController: introduce ConnectionClosedErrorKonstantin Ritt2017-07-101-0/+5
* Provide a way to define GAP/GATT services for central rolesAlex Blasche2017-06-281-13/+24
* Obtain random bt address flag via Bluetooth Mgmt APIAlex Blasche2017-06-161-1/+14
* Fix a lot of minor issues in the new Android peripheral backendAlex Blasche2017-01-241-1/+1
* Android: Add access to BTLE connection parametersAlex Blasche2017-01-231-7/+23
* Add ability to export basic service data and advertiseAlex Blasche2017-01-231-1/+6
* Bluez: Stop advertisement once Bluez Peripheral disconnectFromDevice()Alex Blasche2017-01-041-0/+4
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-1/+4
|\
| * Highlight 31 byte limit for scan and response data in BTLE docsAlex Blasche2016-11-091-1/+4
* | LE controller - add a getter for a remote device UUIDTimur Pocheptsov2016-11-231-0/+17
* | Do not permit QLEController::connectToDevice() in peripheral modeAlex Blasche2016-08-031-0/+5
* | Merge remote-tracking branch 'gerrit/dev' into btleAlex Blasche2016-07-131-1/+22
|\ \
| * | Merge remote-tracking branch 'gerrit/5.7' into devAlex Blasche2016-07-121-1/+22
| |\|
| | * Add missing \since 5.7 markers to QLE classesAlex Blasche2016-05-191-1/+22
* | | Assume presence of local bluetooth adapter on WinPhoneOliver Wolff2016-05-261-0/+3
|/ /
* / LE controller - update docs (iOS/OS X)Timur Pocheptsov2016-03-161-1/+5
|/
* 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-231-0/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-161-0/+3
|\
| * Bluetooth LE: Fix premature initialization of HCI manager.Christian Kandeler2016-01-151-0/+3
* | Improve BTLE documentationAlex Blasche2016-02-101-3/+5
* | Bluetooth LE: Add support for Signed Write command.Christian Kandeler2016-02-031-1/+3
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2016-01-261-14/+20
|\ \
| * | Updated license headersAntti Kokko2016-01-201-14/+20
| |/
* | Bluetooth LE: Add connection update functionality.Christian Kandeler2016-01-181-0/+30
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2016-01-051-2/+3
|\|
| * Handle undefined QLowEnergyController error cases as Unknown errorAlex Blasche2015-12-231-0/+1
* | Bluetooth LE: Implement GATT server write support.Christian Kandeler2015-12-151-0/+2
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2015-12-031-6/+5
|\|
| * Merge remote-tracking branch 'gerrit/5.5' into 5.6Alex Blasche2015-12-011-6/+5
| |\
| | * Don't register meta types during static init time5.5Alex Blasche2015-11-301-6/+5
* | | Bluetooth: Fix reversed logic.Christian Kandeler2015-11-231-1/+1
* | | Bluetooth: Add API to set up GATT services.Christian Kandeler2015-11-201-3/+71
* | | QLowEnergyController: Listen for and accept GATT connection requests.Christian Kandeler2015-11-191-3/+5
* | | Bluetooth: Introduce API for LE advertising.Christian Kandeler2015-11-171-15/+161
|/ /
* | QLowEnergyController: Add missing error string for ConnectionError.Christian Kandeler2015-11-101-1/+5
* | [Bluetooth] Optimize loopsKonstantin Ritt2015-09-161-21/+38
|/