diff options
author | Jefferson Delfes <jefferson.delfes@openbossa.org> | 2012-07-30 14:41:20 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-08-16 15:04:35 +0300 |
commit | 85dde1d7446cbd20393418558dcd27b476d8a136 (patch) | |
tree | 2c4e060cc2ba7354b8c10625d8ed85e0f9f0ee0a /lib | |
parent | d1d1d4ff9c24f76ae120e3bb8a7d390bee27d739 (diff) |
lib: Add new company identifiers
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bluetooth.c | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/lib/bluetooth.c b/lib/bluetooth.c index a0be884f5..d092d0151 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -522,6 +522,46 @@ char *bt_compidtostr(int compid) return "Autonet Mobile"; case 128: return "DeLorme Publishing Company, Inc."; + case 129: + return "WuXi Vimicro"; + case 130: + return "Sennheiser Communications A/S"; + case 131: + return "TimeKeeping Systems, Inc."; + case 132: + return "Ludus Helsinki Ltd."; + case 133: + return "BlueRadios, Inc."; + case 134: + return "equinux AG"; + case 135: + return "Garmin International, Inc."; + case 136: + return "Ecotest"; + case 137: + return "GN ReSound A/S"; + case 138: + return "Jawbone"; + case 139: + return "Topcon Positioning Systems, LLC"; + case 140: + return "Qualcomm Labs, Inc."; + case 141: + return "Zscan Software"; + case 142: + return "Quintic Corp."; + case 143: + return "Stollmann E+V GmbH"; + case 144: + return "Funai Electric Co., Ltd."; + case 145: + return "Advanced PANMOBIL systems GmbH & Co. KG"; + case 146: + return "ThinkOptics, Inc."; + case 147: + return "Universal Electronics, Inc."; + case 148: + return "Airoha Technology Corp."; case 65535: return "internal use"; default: |