From 855f18f7b53b56e3091bc91c186e1ee00dfe6568 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 10 Oct 2013 16:10:52 -0700 Subject: [PATCH] lib: Update company identifiers --- lib/bluetooth.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index dd7d6a5cb..05fe2c3b3 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -564,7 +564,7 @@ const char *bt_compidtostr(int compid) case 150: return "ODM Technology, Inc."; case 151: - return "Bluetrek Technologies Limited"; + return "ConnecteDevice Ltd."; case 152: return "zer01.tv GmbH"; case 153: @@ -751,6 +751,12 @@ const char *bt_compidtostr(int compid) return "Nautilus Inc."; case 245: return "Smartifier Oy"; + case 246: + return "Elcometer Limited"; + case 247: + return "VSN Technologies Inc."; + case 248: + return "AceUni Corp., Ltd."; case 65535: return "internal use"; default: -- 2.47.3