diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-12-27 09:33:15 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2013-12-27 09:33:15 -0800 |
commit | 3592931845c38838a3c98b2b22198365e3b52fe4 (patch) | |
tree | 05aaa893e1e85cdcb6538931291ecdabbbd11ed1 /lib | |
parent | fd00064e0bb2c81e53e9d0b7d22ce919b41dbe60 (diff) |
lib: Update company identifiers
Diffstat (limited to 'lib')
-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: |