Diff between c7880b5771004435622aebd7cde5bc038e047947 and 19c71d2945bedc289a6ccc8633afb4969015e6fe
Changed Files
| File | Additions | Deletions | Status |
| lib/bluetooth.c | +6 | -0 | modified |
Full Patch
diff --git a/lib/bluetooth.c b/lib/bluetooth.c
index ba18ee6..df6a65a 100644
--- a/lib/bluetooth.c
+++ b/lib/bluetooth.c
@@ -619,6 +619,12 @@ const char *bt_compidtostr(int compid)
return "Saris Cycling Group, Inc";
case 178:
return "Bekey A/S";
+ case 179:
+ return "Clarinox Technologies Pty. Ltd.";
+ case 180:
+ return "BDE Technology Co., Ltd.";
+ case 181:
+ return "Swirl Networks";
case 65535:
return "internal use";
default: