From 97e344952fd7db557c6f0ddb16d4779a1360b528 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 15 Nov 2013 14:52:53 -0800 Subject: [PATCH] lib: Update company identifiers --- lib/bluetooth.c | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 05fe2c3b3..5598ccfd6 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -757,6 +757,42 @@ const char *bt_compidtostr(int compid) return "VSN Technologies Inc."; case 248: return "AceUni Corp., Ltd."; + case 249: + return "StickNFind"; + case 250: + return "Crystal Code AB"; + case 251: + return "KOUKAAM a.s."; + case 252: + return "Delphi Corporation"; + case 253: + return "ValenceTech Limited"; + case 254: + return "Reserved"; + case 255: + return "Typo Products, LLC"; + case 256: + return "TomTom International BV"; + case 257: + return "Fugoo, Inc"; + case 258: + return "Keiser Corporation"; + case 259: + return "Bang & Olufsen A/S"; + case 260: + return "PLUS Locations Systems Pty Ltd"; + case 261: + return "Ubiquitous Computing Technology Corporation"; + case 262: + return "Innovative Yachtter Solutions"; + case 263: + return "William Demant Holding A/S"; + case 264: + return "Chicony Electronics Co., Ltd."; + case 265: + return "Atus BV"; + case 266: + return "Codegate Ltd."; case 65535: return "internal use"; default: -- 2.47.3