mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
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:
parent
07a028b14d
commit
0d69758cac
1 changed files with 1 additions and 0 deletions
|
@ -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, }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue