aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2021-07-19 16:43:14 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-07-20 09:28:38 -0700
commit2193f09006ecbc6024346f9092cbb6ea17d286ab (patch)
tree3eabfbb2951e72e6c371aa68e45d9f214f840b1e /core
parent9f277e65ffd8c6859f0f7d095289159b7007a061 (diff)
downloadsubsurface-2193f09006ecbc6024346f9092cbb6ea17d286ab.tar.gz
core/ble: add auto detection for Aladin A2
This way it will be recognized as a dive computer when it is scanned via BLE. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core')
-rw-r--r--core/btdiscovery.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/btdiscovery.cpp b/core/btdiscovery.cpp
index 0037aba66..2ff91a007 100644
--- a/core/btdiscovery.cpp
+++ b/core/btdiscovery.cpp
@@ -64,6 +64,7 @@ static struct namePattern name[] = {
{ "HUD", "Scubapro", "G2 HUD" },
{ "Aladin", "Scubapro", "Aladin Sport Matrix" },
{ "A1", "Scubapro", "Aladin A1" },
+ { "A2", "Scubapro", "Aladin A2" },
// Mares dive computers
{ "Mares Genius", "Mares", "Genius" },
{ "Mares", "Mares", "Quad" }, // we actually don't know and just pick a common one - user needs to fix in UI