From 3719c6d25733d4c03bc03503e49447e3ab85a15c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 21 Sep 2013 11:40:31 -0700 Subject: [PATCH] lib: Update company identifiers --- lib/bluetooth.c | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 5a854aabe..83e809f75 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -699,6 +699,44 @@ const char *bt_compidtostr(int compid) return "txtr GmbH"; case 219: return "Biosentronics"; + case 220: + return "Procter & Gamble"; + case 221: + return "Hosiden Corporation"; + case 222: + return "Muzik LLC"; + case 223: + return "Misfit Wearables Corp"; + case 224: + return "Google"; + case 225: + return "Danlers Ltd"; + case 226: + return "Semilink Inc"; + case 227: + return "inMusic Brands, Inc"; + case 228: + return "L.S. Research Inc."; + case 229: + return "Eden Software Consultants Ltd."; + case 230: + return "Freshtemp"; + case 231: + return "KS Technologies"; + case 232: + return "ACTS Technologies"; + case 233: + return "Vtrack Systems"; + case 234: + return "Nielsen-Kellerman Company"; + case 235: + return "Server Technology, Inc."; + case 236: + return "BioResearch Associates"; + case 237: + return "Jolly Logic, LLC"; + case 238: + return "Above Average Outcomes, Inc."; case 65535: return "internal use"; default: -- 2.47.3