From fafe80c69913018dd3c32c18a3bb93895a4ec13a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 11 Mar 2014 09:32:13 -0700 Subject: [PATCH] lib: Update company identifiers --- lib/bluetooth.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index fe8cdc94b..13fd83a40 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -865,6 +865,14 @@ const char *bt_compidtostr(int compid) return "TEMEC Instruments B.V."; case 301: return "Sony Corporation"; + case 302: + return "ASSA ABLOY"; + case 303: + return "Clarion Co., Ltd."; + case 304: + return "Warehouse Innovations"; + case 305: + return "Cypress Semiconductor Corporation"; case 65535: return "internal use"; default: -- 2.47.3