Add BLE detection for the Aqualung i330R and Apeks DSX

Add the Aqualung i330R and Apeks DSX model numbers to the Pelagic
pattern table. These two models also use a new BLE service UUID.

Signed-off-by: Jef Driesen <jef@libdivecomputer.org>
This commit is contained in:
Jef Driesen 2023-11-02 18:48:23 +01:00 committed by Michael Keller
parent 0d69758cac
commit 2a3c0d981f
2 changed files with 4 additions and 1 deletions

View file

@ -35,7 +35,9 @@ static struct modelPattern model[] = {
{ 0x4654, "Oceanic", "Veo 4.0" },
{ 0x4655, "Sherwood", "Wisdom 4" },
{ 0x4656, "Oceanic", "Pro Plus 4" },
{ 0x4743, "Aqualung", "i470TC" }
{ 0x4741, "Apeks", "DSX" },
{ 0x4743, "Aqualung", "i470TC" },
{ 0x4744, "Aqualung", "i330R" },
};
struct namePattern {

View file

@ -141,6 +141,7 @@ static const struct uuid_match serial_service_uuids[] = {
{ "6e400001-b5a3-f393-e0a9-e50e24dcca9e", "Nordic Semi UART" },
{ "98ae7120-e62e-11e3-badd-0002a5d5c51b", "Suunto (EON Steel/Core, G5)" },
{ "cb3c4555-d670-4670-bc20-b61dbc851e9a", "Pelagic (i770R, i200C, Pro Plus X, Geo 4.0)" },
{ "ca7b0001-f785-4c38-b599-c7c5fbadb034", "Pelagic (i330R, DSX)" },
{ "fdcdeaaa-295d-470e-bf15-04217b7aa0a0", "ScubaPro G2"},
{ "fe25c237-0ece-443c-b0aa-e02033e7029d", "Shearwater (Perdix/Teric/Peregrine)" },
{ "0000fcef-0000-1000-8000-00805f9b34fb", "Divesoft" },