From 01d4e59710b8bb1c0183de5b53d9afae81692349 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 27 Jul 2020 07:50:54 -0700 Subject: core: detect McLean Extreme dive computer as BLE device Signed-off-by: Dirk Hohndel --- core/btdiscovery.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core') diff --git a/core/btdiscovery.cpp b/core/btdiscovery.cpp index bf068c922..7dfac0ad1 100644 --- a/core/btdiscovery.cpp +++ b/core/btdiscovery.cpp @@ -111,6 +111,9 @@ static dc_descriptor_t *getDeviceType(QString btName) } else if (btName.startsWith("S1")) { vendor = "Oceans"; product = "S1"; + } else if (btName.startsWith("McLean Extreme")) { + vendor = "McLean"; + product = "Extreme"; } // check if we found a known dive computer -- cgit v1.2.3-70-g09d2