index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
qtserialbluetooth.cpp
Age
Commit message (
Expand
)
Author
2021-03-12
Use QtBluetooth enums from their namespace
Andreas Buhr
2020-10-24
cleanup: remove dc_user_device_t
Berthold Stoeger
2020-06-18
core: fix compile issue with older g++
Dirk Hohndel
2020-06-18
core: fix libdivecomputer dc_custom callbacks structures
Linus Torvalds
2020-03-14
iostream: fix incorrect rfcomm error case when writing
Linus Torvalds
2020-03-14
iostream: fix incorrect rfcomm error case when reading
Linus Torvalds
2020-01-27
core/qtserialbluetooth.cpp: use QEventLoop for polling
Lubomir I. Ivanov
2020-01-27
rfcomm: make Windows use QtBluetooth too
Linus Torvalds
2020-01-27
Update to new libdivecomputer version
Linus Torvalds
2019-03-27
drop support for Qt 5.4 and before
Rolf Eike Beer
2018-12-27
Core: fix BT on Linux, workaround Qt bug on 5.12.0
Jan Mulder
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-07-13
Make sure our libdivecomputer custom IO interfaces have sleep functions
Linus Torvalds
2018-05-24
core: replace (void) with no parameter name
jan Iversen
2018-05-21
core: Change Q_UNUSED to no parameter name
jan Iversen
2018-05-20
core: marked unused parameter
jan Iversen
2018-04-25
Compile fix when compiling without BLE enabled
Dirk Hohndel
2018-04-24
Convert our custom IO model to new libdivecomputer IO model
Linus Torvalds
2018-04-13
Fix typos
Dirk Hohndel
2018-03-13
Subsurface update for upstream libdivecomputer changes
Linus Torvalds
2017-11-20
Fix typo: successfull -> successful and succesfully -> successfully
Berthold Stoeger
2017-10-20
Silence random warnings
Dirk Hohndel
2017-09-22
BLE: big writes to connected DC (OSTC firmware)
Jan Mulder
2017-08-26
Remove unused function
Dirk Hohndel
2017-07-19
BLE serial read/write buffer
Jan Mulder
2017-07-11
OSTC over BLE: read a long as needed
Jan Mulder
2017-06-27
Whitespace
Dirk Hohndel
2017-06-27
BLE code: address some compiler warnings
Dirk Hohndel
2017-06-27
Switch over to SSRF_CUSTOM_IO v2
Linus Torvalds
2017-06-26
BT serial: recognize LE-only devices, and fall back to emulated serial
Linus Torvalds
2017-06-24
Very early and likely quite broken BLE GATT code
Linus Torvalds
2017-06-22
Convert to new libdivecomputer custom IO model
Linus Torvalds
2017-05-31
Android BT download: hardcode UUID
Dirk Hohndel
2017-05-31
Android BT: use NoSecurity for connection
Dirk Hohndel
2017-05-31
Android: connect to BT via uuid instead of port
Dirk Hohndel
2017-04-29
Add SPDX header to remaining core files
Dirk Hohndel
2017-04-28
Change the Bluetooth connect call signature
Robert C. Helling
2017-03-12
qtserialbluetooth.cpp: mark qt_serial_get_transmitted() as unused
Lubomir I. Ivanov
2016-09-18
Fix compile error on Windows
Dirk Hohndel
2016-09-17
Rewrite libdivecomputer custom serial code
Anton Lundin
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel