diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2014-11-09 21:15:00 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-11-09 21:15:00 +0100 |
commit | 6a9d25d1156d28ce3622a8a41ab439277f1e71e7 (patch) | |
tree | 707093e092794027a103811a1f1371202728c785 | |
parent | d6bf5e87b35357e5eb42c2fd70b431c2415d7e15 (diff) | |
download | bluez-6a9d25d1156d28ce3622a8a41ab439277f1e71e7.tar.gz |
lib: Update company identifiers
-rw-r--r-- | lib/bluetooth.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/bluetooth.c b/lib/bluetooth.c index e25e4f4e3..fe1bc4d9f 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -1073,6 +1073,20 @@ const char *bt_compidtostr(int compid) return "Acoustic Stream Corporation"; case 405: return "Zuli"; + case 406: + return "Paxton Access Ltd"; + case 407: + return "WiSilica Inc"; + case 408: + return "Vengit Limited"; + case 409: + return "SALTO SYSTEMS S.L."; + case 410: + return "T-Engine Forum"; + case 411: + return "CUBETECH s.r.o."; + case 412: + return "Cokiya Incorporated"; case 65535: return "internal use"; default: |