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 <jef@libdivecomputer.org>
This commit is contained in:
Jef Driesen 2023-11-02 18:38:18 +01:00 committed by Michael Keller
parent 07a028b14d
commit 0d69758cac

View file

@ -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, }
};