From b4755d7f8ca8fd1a09cd60e1bef01280dafb4c9a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 16 May 2014 15:56:35 -0700 Subject: [PATCH] lib: Update company identifiers --- lib/bluetooth.c | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 8e336f9d1..406b50846 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -898,7 +898,41 @@ const char *bt_compidtostr(int compid) case 317: return "WirelessWERX"; case 318: - return "nimai"; + return "Nod, Inc."; + case 319: + return "B&B Manufacturing Company"; + case 320: + return "Alpine Electronics (China) Co., Ltd"; + case 321: + return "FedEx Services"; + case 322: + return "Grape Systems Inc."; + case 323: + return "Bkon Connect"; + case 324: + return "Lintech GmbH"; + case 325: + return "Novatel Wireless"; + case 326: + return "Ciright"; + case 327: + return "Mighty Cast, Inc."; + case 328: + return "Ambimat Electronics"; + case 329: + return "Perytons Ltd."; + case 330: + return "Tivoli Audio, LLC"; + case 331: + return "Master Lock"; + case 332: + return "Mesh-Net Ltd"; + case 333: + return "HUIZHOU DESAY SV AUTOMOTIVE CO., LTD."; + case 334: + return "Tangerine, Inc."; + case 335: + return "B&W Group Ltd."; case 65535: return "internal use"; default: -- 2.47.3