summaryrefslogtreecommitdiffstats
path: root/src/android/bluetooth/src/org/qtproject/qt5/android/bluetooth/QtBluetoothLEServer.java
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix failing re-addvertisement of BTLE service after disconnectAlex Blasche2019-12-101-1/+3
* Android: Fix start/stop behavior of QLowEnergyController (peripheral)Alex Blasche2018-04-171-6/+23
* Android: Fix QLEController's remoteName() and remoteAddress()Alex Blasche2018-04-161-0/+9
* Provide support for QLEService::writeDescriptor() on Android PeripheralAlex Blasche2017-02-061-0/+38
* Implement QLEService::writeCharacteristic() for Android peripheralAlex Blasche2017-01-271-4/+195
* Fix a lot of minor issues in the new Android peripheral backendAlex Blasche2017-01-241-1/+1
* Android: Implement QLEService::descriptorWritten() signals for peripheralAlex Blasche2017-01-241-0/+4
* Android: Implement QLEService::characteristicChanged() for peripheral modeAlex Blasche2017-01-241-1/+4
* Android: Implement descriptor and char read/write for peripheralAlex Blasche2017-01-231-5/+85
* Android: Keep track of peripheral advertisement errorsAlex Blasche2017-01-231-0/+24
* Android: Implement QLEC::stateChanged() notificationAlex Blasche2017-01-231-0/+27
* Add ability to export basic service data and advertiseAlex Blasche2017-01-231-1/+12
* Connect QtBluetoothLEServer class to Qt's QLowEnergyController APIAlex Blasche2017-01-231-16/+16
* Android: Beginnings of Android Bluetooth Peripheral supportAlex Blasche2017-01-231-0/+207