From efd41362b6bb041fc48689ce1ebef1c7f0c39a66 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 20 Jan 2014 17:50:57 -0800 Subject: [PATCH] lib: Update company identifiers --- lib/bluetooth.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index c06fdd51c..3a92ab7a4 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -825,6 +825,18 @@ const char *bt_compidtostr(int compid) return "Wize Technology Co., Ltd."; case 282: return "Qualcomm Labs, Inc."; + case 283: + return "Aruba Networks"; + case 284: + return "Baidu"; + case 285: + return "Arendi AG"; + case 286: + return "Skoda Auto a.s."; + case 287: + return "Volkswagon AG"; + case 288: + return "Porsche AG"; case 65535: return "internal use"; default: -- 2.47.3