From a24e0a151f5efa4711afffa1f456d78724fa505b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 7 Aug 2013 12:21:46 -0700 Subject: [PATCH] lib: Update company identifiers --- lib/bluetooth.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index adf2c5c02..5a854aabe 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -681,6 +681,24 @@ const char *bt_compidtostr(int compid) return "Polar Electro Europe B.V."; case 210: return "Dialog Semiconductor B.V."; + case 211: + return "Taixingbang Technology (HK) Co,. LTD."; + case 212: + return "Kawantech"; + case 213: + return "Austco Communication Systems"; + case 214: + return "Timex Group USA, Inc."; + case 215: + return "Qualcomm Technologies, Inc."; + case 216: + return "Qualcomm Connected Experiences, Inc."; + case 217: + return "Voyetra Turtle Beach"; + case 218: + return "txtr GmbH"; + case 219: + return "Biosentronics"; case 65535: return "internal use"; default: -- 2.47.3