aboutsummaryrefslogtreecommitdiffstats
path: root/core/qtserialbluetooth.cpp
AgeCommit message (Expand)Author
2020-06-18core: fix compile issue with older g++Gravatar Dirk Hohndel
2020-06-18core: fix libdivecomputer dc_custom callbacks structuresGravatar Linus Torvalds
2020-03-14iostream: fix incorrect rfcomm error case when writingGravatar Linus Torvalds
2020-03-14iostream: fix incorrect rfcomm error case when readingGravatar Linus Torvalds
2020-01-27core/qtserialbluetooth.cpp: use QEventLoop for pollingGravatar Lubomir I. Ivanov
2020-01-27rfcomm: make Windows use QtBluetooth tooGravatar Linus Torvalds
2020-01-27Update to new libdivecomputer versionGravatar Linus Torvalds
2019-03-27drop support for Qt 5.4 and beforeGravatar Rolf Eike Beer
2018-12-27Core: fix BT on Linux, workaround Qt bug on 5.12.0Gravatar Jan Mulder
2018-10-08qt-ble: add 'get_name()' function to expose the BLE name to libdivecomputerGravatar Linus Torvalds
2018-10-06qt-ble: add support for libdivecomputer 'set_timeout()' functionGravatar Linus Torvalds
2018-07-13Make sure our libdivecomputer custom IO interfaces have sleep functionsGravatar Linus Torvalds
2018-05-24core: replace (void) with no parameter nameGravatar jan Iversen
2018-05-21core: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-05-20core: marked unused parameterGravatar jan Iversen
2018-04-25Compile fix when compiling without BLE enabledGravatar Dirk Hohndel
2018-04-24Convert our custom IO model to new libdivecomputer IO modelGravatar Linus Torvalds
2018-04-13Fix typosGravatar Dirk Hohndel
2018-03-13Subsurface update for upstream libdivecomputer changesGravatar Linus Torvalds
2017-11-20Fix typo: successfull -> successful and succesfully -> successfullyGravatar Berthold Stoeger
2017-10-20Silence random warningsGravatar Dirk Hohndel
2017-09-22BLE: big writes to connected DC (OSTC firmware)Gravatar Jan Mulder
2017-08-26Remove unused functionGravatar Dirk Hohndel
2017-07-19BLE serial read/write bufferGravatar Jan Mulder
2017-07-11OSTC over BLE: read a long as neededGravatar Jan Mulder
2017-06-27WhitespaceGravatar Dirk Hohndel
2017-06-27BLE code: address some compiler warningsGravatar Dirk Hohndel
2017-06-27Switch over to SSRF_CUSTOM_IO v2Gravatar Linus Torvalds
2017-06-26BT serial: recognize LE-only devices, and fall back to emulated serialGravatar Linus Torvalds
2017-06-24Very early and likely quite broken BLE GATT codeGravatar Linus Torvalds
2017-06-22Convert to new libdivecomputer custom IO modelGravatar Linus Torvalds
2017-05-31Android BT download: hardcode UUIDGravatar Dirk Hohndel
2017-05-31Android BT: use NoSecurity for connectionGravatar Dirk Hohndel
2017-05-31Android: connect to BT via uuid instead of portGravatar Dirk Hohndel
2017-04-29Add SPDX header to remaining core filesGravatar Dirk Hohndel
2017-04-28Change the Bluetooth connect call signatureGravatar Robert C. Helling
2017-03-12qtserialbluetooth.cpp: mark qt_serial_get_transmitted() as unusedGravatar Lubomir I. Ivanov
2016-09-18Fix compile error on WindowsGravatar Dirk Hohndel
2016-09-17Rewrite libdivecomputer custom serial codeGravatar Anton Lundin
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel