Age | Commit message (Expand) | Author |
2018-06-20 | qt-ble: purge pending read data when writing | Linus Torvalds |
2018-06-20 | qt-ble: improve responsiveness of waiting for bluetooth data | Linus Torvalds |
2018-05-26 | core: qt-ble.cpp remove postEvent for all platforms | jan Iversen |
2018-05-21 | core: Change Q_UNUSED to no parameter name | jan Iversen |
2018-05-21 | iOS: qt-ble.cpp remove unsupported event. | jan Iversen |
2018-05-14 | Core: introduce new subsurface-string header | Dirk Hohndel |
2018-04-24 | Convert our custom IO model to new libdivecomputer IO model | Linus Torvalds |
2018-04-19 | Cleanup: Make local function waitFor() of static linkage | Berthold Stoeger |
2018-04-19 | Coding style: remove superfluous semicolons | Berthold Stoeger |
2018-04-13 | BLE debug: show more packages | Dirk Hohndel |
2018-03-14 | Cleanup: consistently use qPrintable() | Berthold Stoeger |
2018-02-26 | Cleanup: Use QString as parameter for [get|save]BtDeviceInfo() | Berthold Stoeger |
2017-12-28 | Cleanup: Uninitialized scalar field | Jan Mulder |
2017-11-13 | Better error message on BLE connection timeout | Berthold Stoeger |
2017-11-02 | Fix resource leaks in qt-ble.cpp | Berthold Stoeger |
2017-09-20 | BLE support: simplify write function | Dirk Hohndel |
2017-09-17 | BLE on non-Apple OSs: switch back to using BT address | Dirk Hohndel |
2017-09-17 | BLE: try to pick the correct descriptor to write to | Dirk Hohndel |
2017-09-17 | BLE: create controller from QBtDeviceInfo | Dirk Hohndel |
2017-08-26 | Another signed/unsigned warning | Dirk Hohndel |
2017-08-01 | Null check before writing to pointer | Anton Lundin |
2017-07-11 | Trivial code cleanup | Jan Mulder |
2017-07-11 | BLE read: remove aggressive read | Jan Mulder |
2017-07-11 | OSTC over BLE: take care of credits | Jan Mulder |
2017-07-09 | BLE support: the G2 wants packages one at a time | Dirk Hohndel |
2017-07-06 | BLE: reduce the noise of debug output | Dirk Hohndel |
2017-07-06 | BLE: minor code cleanup | Dirk Hohndel |
2017-07-04 | BLE download: EON Steel doesn't want to loop over reads | Dirk Hohndel |
2017-07-04 | BLE: write confirmation isn't HW only | Dirk Hohndel |
2017-07-04 | Address code review | Jan Mulder |
2017-07-04 | BLE: read until no more data in coming in | Jan Mulder |
2017-07-04 | OSTC over BLE: filter and track OSTC credit traffic | Jan Mulder |
2017-07-04 | Use waitFor instead of timer | Jan Mulder |
2017-07-04 | OSTC over BLE: Select the right service | Jan Mulder |
2017-07-04 | OSTC over BLE: initialize Terminal I/O client | Jan Mulder |
2017-07-03 | Increase the BLE timeout to 12 seconds | Dirk Hohndel |
2017-06-27 | BLE code: address some compiler warnings | Dirk Hohndel |
2017-06-27 | Use SSRF_CUSTOM_IO v2 to implement device data quirks for BLE GATT | Linus Torvalds |
2017-06-27 | Use QLowEnergyController without QEventLoop | Alex Blasche |
2017-06-27 | Ensure all found BLE services are tracked | Alex Blasche |
2017-06-27 | Fix incorrect uuid check due to temporary char* in QString::toUtf8() | Alex Blasche |
2017-06-26 | Bluetooth: make LE-only devices add "LE:" as an address prefix | Linus Torvalds |
2017-06-24 | BLE support: convert fprintf(stderr,...) to qDebug() | Dirk Hohndel |
2017-06-24 | BLE support: add SPDX headers | Dirk Hohndel |
2017-06-24 | Very early and likely quite broken BLE GATT code | Linus Torvalds |