From 0d69758cac6eb683b0ee425d9d79049ac7f910fe Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Thu, 2 Nov 2023 18:38:18 +0100 Subject: [PATCH] Add support for the Divesoft BLE service The UUID of the Divesoft BLE service needs to be added to the list of known services. It's a 16-bit UUID that gets detected as a standard service and is ignored otherwise. Signed-off-by: Jef Driesen --- core/qt-ble.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/qt-ble.cpp b/core/qt-ble.cpp index 49dd52d1d..ab95a3638 100644 --- a/core/qt-ble.cpp +++ b/core/qt-ble.cpp @@ -143,6 +143,7 @@ static const struct uuid_match serial_service_uuids[] = { { "cb3c4555-d670-4670-bc20-b61dbc851e9a", "Pelagic (i770R, i200C, Pro Plus X, Geo 4.0)" }, { "fdcdeaaa-295d-470e-bf15-04217b7aa0a0", "ScubaPro G2"}, { "fe25c237-0ece-443c-b0aa-e02033e7029d", "Shearwater (Perdix/Teric/Peregrine)" }, + { "0000fcef-0000-1000-8000-00805f9b34fb", "Divesoft" }, { NULL, } };