Diff between d2aad021e4d18ed56c7237783941cd76310e00c0 and 786f0e0e33370817015114fd7b8bf2fb9321e6d8
Changed Files
| File | Additions | Deletions | Status |
| lib/bluetooth.c | +8 | -0 | modified |
Full Patch
diff --git a/lib/bluetooth.c b/lib/bluetooth.c
index 35301c8..93a5eb7 100644
--- a/lib/bluetooth.c
+++ b/lib/bluetooth.c
@@ -629,6 +629,14 @@ const char *bt_compidtostr(int compid)
return "Meso international";
case 183:
return "TreLab Ltd";
+ case 184:
+ return "Qualcomm Innovation Center, Inc. (QuIC)";
+ case 185:
+ return "Johnson Controls, Inc.";
+ case 186:
+ return "Starkey Laboratories Inc.";
+ case 187:
+ return "S-Power Electronics Limited";
case 65535:
return "internal use";
default: