diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2011-10-02 19:40:25 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-10-02 19:40:25 -0700 |
commit | 1cf761e1db7270d7e05d5e68daae592c84fe7cc2 (patch) | |
tree | ed4f409e50cba3882f4de7e7de66cf47a9df9242 /lib | |
parent | 355637a057e59eb7b4044b0d75d48d7f52701a1a (diff) | |
download | bluez-1cf761e1db7270d7e05d5e68daae592c84fe7cc2.tar.gz |
Update company identifiers
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bluetooth.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/bluetooth.c b/lib/bluetooth.c index db7bbe1b1..cb2e6c178 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -488,6 +488,16 @@ char *bt_compidtostr(int compid) return "Summit Data Communications, Inc."; case 111: return "Sound ID"; + case 112: + return "Monster, LLC"; + case 113: + return "connectBlue AB"; + case 114: + return "ShangHai Super Smart Electronics Co. Ltd."; + case 115: + return "Group Sense Ltd."; + case 116: + return "Zomm, LLC"; case 65535: return "internal use"; default: |