From 5acac4bfa70465a1b7cb744f351e93ea3f14e6e8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 31 Mar 2015 13:56:19 -0700 Subject: [PATCH] lib: Update company identifiers --- lib/bluetooth.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 41fe27f13..91e714e7f 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -1243,6 +1243,26 @@ const char *bt_compidtostr(int compid) return "Sano, Inc"; case 490: return "Advanced Application Design, Inc."; + case 491: + return "AutoMap LLC"; + case 492: + return "Spreadtrum Communications Shanghai Ltd"; + case 493: + return "CuteCircuit LTD"; + case 494: + return "Valeo Service"; + case 495: + return "Fullpower Technologies, Inc."; + case 496: + return "KloudNation"; + case 497: + return "Zebra Technologies Corporation"; + case 498: + return "Itron, Inc."; + case 499: + return "The University of Tokyo"; + case 500: + return "UTC Fire and Security"; case 65535: return "internal use"; default: -- 2.47.3