From adeade55812b352f06d5f2bb4bfc5dd5897ee466 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 21 Aug 2020 15:43:38 -0700 Subject: [PATCH] core/BLE: correct the reference for the Shearwater characteristic They use that same UUID on the Peregrine as well. Signed-off-by: Dirk Hohndel --- core/qt-ble.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/qt-ble.cpp b/core/qt-ble.cpp index 7aec38b4e..4c8f08a2d 100644 --- a/core/qt-ble.cpp +++ b/core/qt-ble.cpp @@ -141,7 +141,7 @@ static const struct uud_match serial_service_uuids[] = { { "98ae7120-e62e-11e3-badd-0002a5d5c51b", "Suunto (EON Steel/Core, G5)" }, { "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)" }, + { "fe25c237-0ece-443c-b0aa-e02033e7029d", "Shearwater (Perdix/Teric/Peregrine)" }, { NULL, } };