summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* Provide support for QLEService::writeDescriptor() on Android PeripheralAlex Blasche2017-02-061-5/+22
* QLowEnergyController: Fix spelling errorFriedemann Kleint2017-02-061-1/+1
* Implement QLEService::writeCharacteristic() for Android peripheralAlex Blasche2017-01-271-21/+35
* Fix a lot of minor issues in the new Android peripheral backendAlex Blasche2017-01-241-9/+9
* Android: Implement QLEService::descriptorWritten() signals for peripheralAlex Blasche2017-01-241-0/+67
* Android: Implement QLEService::characteristicChanged() for peripheral modeAlex Blasche2017-01-241-2/+55
* Android: Keep track of peripheral advertisement errorsAlex Blasche2017-01-231-0/+50
* Android: Implement QLEC::stateChanged() notificationAlex Blasche2017-01-231-4/+48
* Setup descriptor permissions for Android peripheralAlex Blasche2017-01-231-6/+85
* Setup characteristic permissions for Android peripheralAlex Blasche2017-01-231-4/+66
* Android: Add access to BTLE connection parametersAlex Blasche2017-01-231-2/+20
* Add ability to export basic service data and advertiseAlex Blasche2017-01-231-8/+194
* Connect QtBluetoothLEServer class to Qt's QLowEnergyController APIAlex Blasche2017-01-231-2/+21
* Protect Android Gatt code behind version checksAlex Blasche2017-01-231-13/+37
* Android: Beginnings of Android Bluetooth Peripheral supportAlex Blasche2017-01-231-1/+1
* Bluetooth LE: Add support for Signed Write command in the central role.Christian Kandeler2016-02-171-4/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-161-0/+4
|\
| * Bluetooth LE: Fix premature initialization of HCI manager.Christian Kandeler2016-01-151-0/+4
* | 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/+6
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2016-01-051-0/+8
|\|
| * Android: Invalidate services after a disconnect from the peripheral sideAlex Blasche2015-12-231-0/+8
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2015-12-221-2/+2
|\|
| * Fix assignment of wrong errors values in read operationsDenis Shienkov2015-12-081-2/+2
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2015-12-031-0/+1
|\|
| * Merge remote-tracking branch 'gerrit/5.5' into 5.6Alex Blasche2015-12-011-0/+1
| |\
| | * Don't register meta types during static init time5.5Alex Blasche2015-11-301-0/+1
* | | Bluetooth: Add API to set up GATT services.Christian Kandeler2015-11-201-0/+7
* | | Bluetooth: Introduce API for LE advertising.Christian Kandeler2015-11-171-0/+15
|/ /
* / [Bluetooth] Optimize loopsKonstantin Ritt2015-09-161-3/+5
|/
* Android: Fix read/write error reports when failure during initial callAlex Blasche2015-04-151-0/+6
* Android: Implement error reporting for char & desc readingAlex Blasche2015-04-151-0/+12
* Android: Implement QLEService:readCharacateristic & readDescriptorAlex Blasche2015-04-151-4/+59
* Bluez: Implement QLES::readCharacteristic()/readDescriptor()Alex Blasche2015-04-151-0/+15
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Don't update cached char value when property is not readableAlex Blasche2014-12-041-2/+8
* Android: enable writing of characteristics without response modeAlex Blasche2014-12-041-4/+6
* Android: Implements QLEService::includedServices() and type()Alex Blasche2014-12-011-0/+26
* Fix missing update of cached characteristic valueAlex Blasche2014-11-261-0/+2
* Android: characteristic changed notification supportAlex Blasche2014-11-241-0/+22
* Workaround Android when connecting to non-existing/turned off deviceAlex Blasche2014-11-231-1/+22
* Fix wrong error signal emision on writeCharacteristic() on AndroidAlex Blasche2014-11-141-2/+1
* Support for QLEService::writeDescriptor() on AndroidAlex Blasche2014-11-141-4/+57
* Fix intermittent failure when mapping handles to servicesAlex Blasche2014-11-121-1/+7
* Support for QLEService::writeCharacteristic() on AndroidAlex Blasche2014-11-121-3/+58
* Improve reliability of QLEController connect()/disconnect()/connect()Alex Blasche2014-11-121-1/+4
* The service->characteristic->descriptor tree becomes available in QtAlex Blasche2014-11-111-6/+44
* Propagate Charactereristic data to Qt layerAlex Blasche2014-11-101-0/+27
* Majority of service detail discovery code on AndroidAlex Blasche2014-11-101-2/+59