Diff between 35b0d0c7c2811f85b8c96e49b2e4f58a848be27e and 855f18f7b53b56e3091bc91c186e1ee00dfe6568

Changed Files

File Additions Deletions Status
lib/bluetooth.c +7 -1 modified

Full Patch

diff --git a/lib/bluetooth.c b/lib/bluetooth.c
index dd7d6a5..05fe2c3 100644
--- a/lib/bluetooth.c
+++ b/lib/bluetooth.c
@@ -564,7 +564,7 @@ const char *bt_compidtostr(int compid)
 	case 150:
 		return "ODM Technology, Inc.";
 	case 151:
-		return "Bluetrek Technologies Limited";
+		return "ConnecteDevice Ltd.";
 	case 152:
 		return "zer01.tv GmbH";
 	case 153:
@@ -751,6 +751,12 @@ const char *bt_compidtostr(int compid)
 		return "Nautilus Inc.";
 	case 245:
 		return "Smartifier Oy";
+	case 246:
+		return "Elcometer Limited";
+	case 247:
+		return "VSN Technologies Inc.";
+	case 248:
+		return "AceUni Corp., Ltd.";
 	case 65535:
 		return "internal use";
 	default: