aboutsummaryrefslogtreecommitdiffstats
path: root/core/btdiscovery.cpp
AgeCommit message (Expand)Author
2020-04-10code cleanup: once we find a match, stop checkingGravatar Dirk Hohndel
2020-04-10BLE dive computer detectionGravatar Dirk Hohndel
2020-02-16Add Cressi BLE name filtering for bluetooth discoveryGravatar Linus Torvalds
2019-11-22Core: don't prevent some OSTC models from being recognizedGravatar Dirk Hohndel
2019-10-26Mares: improve BT discovery logicGravatar Dirk Hohndel
2019-10-25Mares: add BT discovery logicGravatar Linus Torvalds
2019-09-27Revert the singleton PRGravatar Dirk Hohndel
2019-09-25Cleanup: unify idiosyncratic singletonsGravatar Berthold Stoeger
2019-08-24Update libdivecomputer to support the Aqualung i200cGravatar Linus Torvalds
2019-08-18Add BLE name recognition for the Deepblu Cosmiq+Gravatar Linus Torvalds
2019-07-19Bluetooth: autodetect Shearwater NERD modelsGravatar Dirk Hohndel
2019-07-15Bluetooth: recognize Ratio iX3m GPS dive computersGravatar Dirk Hohndel
2019-06-01Add BLE detection for the new Oceanic Geo 4.0Gravatar Linus Torvalds
2019-05-17Add support for the new Suunto D5Gravatar Linus Torvalds
2019-04-28Support for Scubapro G2 HUD discovery via bluetoothGravatar William Perry
2019-04-12get rid of some foreach and Q_FOREACH constructsGravatar Rolf Eike Beer
2019-03-17Bluetooth: don't free a resource created by newGravatar Dirk Hohndel
2019-02-14Mobile: only show dive computers in the Bluetooth connection listGravatar Dirk Hohndel
2019-02-14Desktop: only show dive computers in the Bluetooth device listGravatar Dirk Hohndel
2019-01-23Bluetooth: don't crash if BT is turned offGravatar Dirk Hohndel
2018-12-23Bluetooth: all states other than HostPoweredOff qualify as validGravatar Jan Mulder
2018-12-21core: recognize Oceanic Pro Plus X over BLEGravatar Dirk Hohndel
2018-10-12core: recognize Aqualung i770R over BLEGravatar Dirk Hohndel
2018-10-12Bluetooth: add helper to separate BT name and addressGravatar Dirk Hohndel
2018-10-12Bluetooth: restart scan for different device on macOSGravatar Dirk Hohndel
2018-10-12Bluetooth: wait until we actually have device infoGravatar Dirk Hohndel
2018-10-12Bluetooth: start discovery if address isn't already knownGravatar Dirk Hohndel
2018-10-12Bluetooth: move declaration and make variable file scopedGravatar Dirk Hohndel
2018-10-12Bluetooth: remember all data during a scan on macOSGravatar Dirk Hohndel
2018-10-12Bluetooth: discovery should always scan on macOS as wellGravatar Dirk Hohndel
2018-10-12core: helper function to recognize BT/BLE addressesGravatar Dirk Hohndel
2018-10-09BT OSTC 3 should be reported as OSTC PlusGravatar Jocke
2018-09-30Bluetooth: use standard Qt code on WindowsGravatar Dirk Hohndel
2018-09-29Bluetooth: turn on logging earlierGravatar Dirk Hohndel
2018-09-12BLE: add Teric to list of auto-detected Shearwater computersGravatar Dirk Hohndel
2018-07-02Correctly recognize more OSTC variants as BLEGravatar Dirk Hohndel
2018-05-21core: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-05-11BLE: add EON Core and Mares Bluelink to detectionGravatar Dirk Hohndel
2018-04-27Android: correctly detect the different BT device typesGravatar Dirk Hohndel
2018-04-24Convert our custom IO model to new libdivecomputer IO modelGravatar Linus Torvalds
2018-02-26Cleanup: Use QString as parameter for [get|save]BtDeviceInfo()Gravatar Berthold Stoeger
2018-02-17Coding-style: remove superfluous parenthesesGravatar Berthold Stoeger
2017-12-27Cleanup: avoid potentially uninitialized membersGravatar Dirk Hohndel
2017-12-07Show BT device names firstGravatar Robert C. Helling
2017-12-02iOS: save BT DeviceInfo on discoveryGravatar Murillo Bernardes
2017-11-16Introduce mode field in Bluetooth device selection dialogGravatar Berthold Stoeger
2017-11-06Add "Aladin" to the list of recognized BT names.Gravatar Berthold Stoeger
2017-11-04Replace QMap::operator[] with QMap::value()Gravatar Berthold Stoeger
2017-10-14BLE: try to enable on iOSGravatar Dirk Hohndel
2017-10-12mobile: enable switching BT on/off during session.Gravatar Jan Mulder