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
/
btdiscovery.cpp
Age
Commit message (
Expand
)
Author
2017-11-04
Replace QMap::operator[] with QMap::value()
Berthold Stoeger
2017-10-14
BLE: try to enable on iOS
Dirk Hohndel
2017-10-12
mobile: enable switching BT on/off during session.
Jan Mulder
2017-10-07
Move ConnectionListModel into its own source file
Dirk Hohndel
2017-09-17
BLE: helper function to get QBtDeviceInfo from UUID
Dirk Hohndel
2017-09-17
BLE: if there's no address, use the UUID instead
Dirk Hohndel
2017-07-19
BLE on iOS: use uuid instead of BT address
Dirk Hohndel
2017-07-19
BLE discovery: give the agent some time
Dirk Hohndel
2017-07-19
iOS BLE support: no localBtDevice, go straight to discovery
Dirk Hohndel
2017-07-18
QML UI: correctly match BT names with products
Dirk Hohndel
2017-07-18
Add detection of the Shearwater Predator via BT
Dirk Hohndel
2017-07-16
Add the connections that we find to the model
Dirk Hohndel
2017-07-16
Add ConnectionListModel
Dirk Hohndel
2017-07-15
Correct BT detect for OSTC Sport
Jan Mulder
2017-07-12
BT support: track if Bluetooth is available
Dirk Hohndel
2017-07-03
Rewrite the matching code for BT devices
Dirk Hohndel
2017-07-03
Don't add all discovered BT devices
Dirk Hohndel
2017-07-04
BT discovery Android: Allow BT/LE devices connect both ways
Jan Mulder
2017-07-02
BT discovery: detect Scubapro G2
Dirk Hohndel
2017-06-30
Android: mark BLE only paired devices
Dirk Hohndel
2017-06-30
QML UI: save BT address as string
Dirk Hohndel
2017-06-30
BLE handling: create helper function to add the LE: prefix
Dirk Hohndel
2017-06-24
Add the EON Steel as support DC on Android
Dirk Hohndel
2017-06-22
Warn when not compiling against the matching libdc version
Dirk Hohndel
2017-06-12
BT Discovery: add Shearwater Petrel and Perdix
Jan Mulder
2017-06-12
Mobile: wrap up fixes for BT download on Android
Jan Mulder
2017-06-12
Mobile: add BT name to vendor/product capability
Jan Mulder
2017-06-12
Mobile: do not BT Discover on Android (Q_OS_ANDROID vs Q_OS_LINUX)
Jan Mulder
2017-06-12
BT discovery: distinguish names with addresses
Dirk Hohndel
2017-06-12
QML UI: add internal admin for virtual vendor
Jan Mulder
2017-06-11
QML UI: move BT handling into core code
Dirk Hohndel