Skip to content

Commit

Permalink
bluetooth-discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
jefdriesen committed Oct 18, 2023
1 parent 6fc8454 commit 084d14a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/btdiscovery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
{ 0x4743, "Aqualung", "i470TC" },
{ 0x4744, "Aqualung", "i330R" },
{ 0x4741, "Apeks", "DSX" },
};

struct namePattern {
Expand Down

0 comments on commit 084d14a

Please sign in to comment.