Skip to content

Commit

Permalink
bitrot URL comment updated
Browse files Browse the repository at this point in the history
  • Loading branch information
William C Bonner committed Dec 8, 2024
1 parent 7f4697a commit d161493
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion goveebttemplogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2124,7 +2124,8 @@ std::string bt_UUID_2_String(const bt_uuid_t* uuid)
ss << std::hex << std::setw(4) << std::setfill('0') << uuid->value.u16;
switch (uuid->value.u16)
{
// https://btprodspecificationrefs.blob.core.windows.net/assigned-numbers/Assigned%20Number%20Types/Assigned%20Numbers.pdf
// These 16 bit UUIDs were retrieved from 3.8.2 Characteristics by UUID
// https://www.bluetooth.com/specifications/assigned-numbers/
case 0x1800:
ss << " (Generic Access)";
break;
Expand Down

0 comments on commit d161493

Please sign in to comment.