summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Remove some Tech preview remnants from Bluetooth documentationAlex Blasche2015-05-181-3/+0
* Reduce platform specific code linesAlex Blasche2015-05-121-0/+4
* add remoteName() method to QLowEnergyControllerKevron Rees2015-05-121-0/+11
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Document Android's caching of BTLE service data.Alex Blasche2014-11-261-0/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-211-1/+3
|\
| * Fix QLEController::connectToDevice() documentationAlex Blasche2014-11-111-1/+3
* | Fixes for QLowEnergyController unit test on AndroidAlex Blasche2014-11-111-4/+10
* | Add enum for failure to connect to remote BTLE device.Alex Blasche2014-11-041-0/+2
* | Android: Add ability to (dis)connect to BTLE devices on AndroidAlex Blasche2014-11-041-0/+12
* | QLEController(QBtDeviceInfo, QObject*) ctor is new, mark it as suchAlex Blasche2014-10-281-1/+3
* | Add QLeController ctor that takes QBluetoothDeviceInfoAlex Blasche2014-10-171-0/+22
|/
* Make it more obvious that QLowEnergy* classes are Tech previewAlex Blasche2014-09-261-0/+3
* Support writing of long characteristic valuesAlex Blasche2014-09-081-1/+1