diff options
-rw-r--r-- | lib/bluetooth.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 17ee2c1db..c06fdd51c 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -542,7 +542,7 @@ const char *bt_compidtostr(int compid) case 139: return "Topcorn Positioning Systems, LLC"; case 140: - return "Qualcomm Labs, Inc."; + return "Qualcomm Retail Solutions, Inc. (formerly Qualcomm Labs, Inc.)"; case 141: return "Zscan Software"; case 142: @@ -817,6 +817,14 @@ const char *bt_compidtostr(int compid) return "e.solutions"; case 278: return "1OAK Technologies"; + case 279: + return "Wimoto Technologies Inc"; + case 280: + return "Radius Networks, Inc."; + case 281: + return "Wize Technology Co., Ltd."; + case 282: + return "Qualcomm Labs, Inc."; case 65535: return "internal use"; default: |