aboutsummaryrefslogtreecommitdiffstats
path: root/core/qt-ble.cpp
AgeCommit message (Expand)Author
2017-11-13Better error message on BLE connection timeoutGravatar Berthold Stoeger
2017-11-02Fix resource leaks in qt-ble.cppGravatar Berthold Stoeger
2017-09-20BLE support: simplify write functionGravatar Dirk Hohndel
2017-09-17BLE on non-Apple OSs: switch back to using BT addressGravatar Dirk Hohndel
2017-09-17BLE: try to pick the correct descriptor to write toGravatar Dirk Hohndel
2017-09-17BLE: create controller from QBtDeviceInfoGravatar Dirk Hohndel
2017-08-26Another signed/unsigned warningGravatar Dirk Hohndel
2017-08-01Null check before writing to pointerGravatar Anton Lundin
2017-07-11Trivial code cleanupGravatar Jan Mulder
2017-07-11BLE read: remove aggressive readGravatar Jan Mulder
2017-07-11OSTC over BLE: take care of creditsGravatar Jan Mulder
2017-07-09BLE support: the G2 wants packages one at a timeGravatar Dirk Hohndel
2017-07-06BLE: reduce the noise of debug outputGravatar Dirk Hohndel
2017-07-06BLE: minor code cleanupGravatar Dirk Hohndel
2017-07-04BLE download: EON Steel doesn't want to loop over readsGravatar Dirk Hohndel
2017-07-04BLE: write confirmation isn't HW onlyGravatar Dirk Hohndel
2017-07-04Address code reviewGravatar Jan Mulder
2017-07-04BLE: read until no more data in coming inGravatar Jan Mulder
2017-07-04OSTC over BLE: filter and track OSTC credit trafficGravatar Jan Mulder
2017-07-04Use waitFor instead of timerGravatar Jan Mulder
2017-07-04OSTC over BLE: Select the right serviceGravatar Jan Mulder
2017-07-04OSTC over BLE: initialize Terminal I/O clientGravatar Jan Mulder
2017-07-03Increase the BLE timeout to 12 secondsGravatar Dirk Hohndel
2017-06-27BLE code: address some compiler warningsGravatar Dirk Hohndel
2017-06-27Use SSRF_CUSTOM_IO v2 to implement device data quirks for BLE GATTGravatar Linus Torvalds
2017-06-27Use QLowEnergyController without QEventLoopGravatar Alex Blasche
2017-06-27Ensure all found BLE services are trackedGravatar Alex Blasche
2017-06-27Fix incorrect uuid check due to temporary char* in QString::toUtf8()Gravatar Alex Blasche
2017-06-26Bluetooth: make LE-only devices add "LE:" as an address prefixGravatar Linus Torvalds
2017-06-24BLE support: convert fprintf(stderr,...) to qDebug()Gravatar Dirk Hohndel
2017-06-24BLE support: add SPDX headersGravatar Dirk Hohndel
2017-06-24Very early and likely quite broken BLE GATT codeGravatar Linus Torvalds