summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/android/lowenergynotificationhub.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241-20/+20
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* LE/Android: replace activity()/service() with context()Konstantin Ritt2018-02-191-1/+1
* Update to new QRandomGenerator APIv5.10.0-beta4Thiago Macieira2017-11-031-1/+1
* Use QRandomGenerator instead of q?randThiago Macieira2017-06-301-3/+2
* Android: Implement QLEService::descriptorWritten() signals for peripheralAlex Blasche2017-01-241-0/+22
* Android: Implement QLEService::characteristicChanged() for peripheral modeAlex Blasche2017-01-241-0/+22
* Android: Keep track of peripheral advertisement errorsAlex Blasche2017-01-231-0/+13
* Android: Beginnings of Android Bluetooth Peripheral supportAlex Blasche2017-01-231-5/+12
* Make QtBluetooth Low Energy work when Qt runs as Android serviceAlex Blasche2016-08-031-2/+2
* Updated license headersAntti Kokko2016-01-201-14/+20
* Android: Implement error reporting for char & desc readingAlex Blasche2015-04-151-0/+15
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Android: characteristic changed notification supportAlex Blasche2014-11-241-0/+21
* Support for QLEService::writeDescriptor() on AndroidAlex Blasche2014-11-141-0/+25
* Support for QLEService::writeCharacteristic() on AndroidAlex Blasche2014-11-121-0/+25
* Avoid one large memory allocation per read descriptor/characteristicAlex Blasche2014-11-111-16/+6
* The service->characteristic->descriptor tree becomes available in QtAlex Blasche2014-11-111-12/+60
* Propagate Charactereristic data to Qt layerAlex Blasche2014-11-101-0/+35
* Majority of service detail discovery code on AndroidAlex Blasche2014-11-101-0/+15
* Discover BTLE services on remote device on AndroidAlex Blasche2014-11-041-2/+17
* Android: Add ability to (dis)connect to BTLE devices on AndroidAlex Blasche2014-11-041-0/+110