summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth LE: Fix premature initialization of HCI manager.Christian Kandeler2016-01-151-0/+4
* Android: Invalidate services after a disconnect from the peripheral sideAlex Blasche2015-12-231-0/+8
* Fix assignment of wrong errors values in read operationsDenis Shienkov2015-12-081-2/+2
* 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] 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
* Discover BTLE services on remote device on AndroidAlex Blasche2014-11-041-3/+31
* Add enum for failure to connect to remote BTLE device.Alex Blasche2014-11-041-7/+14
* Android: Add ability to (dis)connect to BTLE devices on AndroidAlex Blasche2014-11-041-0/+141