index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
qt-ble.cpp
Age
Commit message (
Expand
)
Author
2020-08-22
core/BLE: delay characteristics discovery until service discovery complete
Dirk Hohndel
2020-08-22
core/BLE: provide state and error updates during BLE discovery
Dirk Hohndel
2020-08-22
core/BLE: correct the reference for the Shearwater characteristic
Dirk Hohndel
2020-05-17
BLE: trivial updates to the GATT services lists
Linus Torvalds
2020-05-17
BLE: add list of known good/bad BLE GATT services
Linus Torvalds
2020-01-27
Update to new libdivecomputer version
Linus Torvalds
2019-08-08
Cleanup: move error reporting function declarations to errorhelper.h
Berthold Stoeger
2019-04-18
qt-ble: return DC_STATUS_TIMEOUT rather than DC_STATUS_IO on timeout
Linus Torvalds
2019-04-12
use qDeleteAll()
Rolf Eike Beer
2019-04-12
get rid of some foreach and Q_FOREACH constructs
Rolf Eike Beer
2019-01-22
BLE debug: make things less verbose
Dirk Hohndel
2018-10-08
qt-ble: add 'get_name()' function to expose the BLE name to libdivecomputer
Linus Torvalds
2018-10-06
qt-ble: add support for libdivecomputer 'set_timeout()' function
Linus Torvalds
2018-10-06
qt-ble: add support to wait for descriptor write completion
Linus Torvalds
2018-10-06
qt-ble: move basic uuid filtering back to service discovery
Linus Torvalds
2018-10-01
Bluetooth: use_random_address helper isn't needed on Windows
Dirk Hohndel
2018-09-30
Bluetooth: don't use random addresses on Windows
Dirk Hohndel
2018-09-26
qt-ble: allow reading of partial packet data
Linus Torvalds
2018-09-25
qt-ble: add BLE packet debugging code
Linus Torvalds
2018-09-25
qt-ble: only connect the signals to the preferred service
Linus Torvalds
2018-09-24
qt-ble: re-organize how we pick the GATT characteristics to read and write
Linus Torvalds
2018-09-23
qt-ble: set up infrastructure for better preferred service choice
Linus Torvalds
2018-09-23
qt-ble: use the WAITFOR() macro rather than open-coding wait loops
Linus Torvalds
2018-09-06
Garmin devices - like Shearwater - want random BLE addressing
Linus Torvalds
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
[next]