Diff between a6761b629f49bf3cbfd8f365208228e9810f9a29 and d3a95e3088addbab08a14d5ead0feebba2d11c28
Changed Files
| File | Additions | Deletions | Status |
| lib/bluetooth.c | +4 | -0 | modified |
Full Patch
diff --git a/lib/bluetooth.c b/lib/bluetooth.c
index 93a5eb7..deaea94 100644
--- a/lib/bluetooth.c
+++ b/lib/bluetooth.c
@@ -637,6 +637,10 @@ const char *bt_compidtostr(int compid)
return "Starkey Laboratories Inc.";
case 187:
return "S-Power Electronics Limited";
+ case 188:
+ return "Ace Sensor Inc.";
+ case 189:
+ return "Aplix Corporation";
case 65535:
return "internal use";
default: