diff options
-rw-r--r-- | lib/bluetooth.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 80849b953..b51df84c0 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -655,6 +655,24 @@ const char *bt_compidtostr(int compid) return "adidas AG"; case 196: return "LG Electronics"; + case 197: + return "Onset Computer Corporation"; + case 198: + return "Selfly BV"; + case 199: + return "Quuppa Oy."; + case 200: + return "GeLo Inc"; + case 201: + return "Evluma"; + case 202: + return "MC10"; + case 203: + return "Binauric SE"; + case 204: + return "Beats Electronics"; + case 205: + return "Microchip Technology Inc."; case 65535: return "internal use"; default: |