From 19c71d2945bedc289a6ccc8633afb4969015e6fe Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 13 Jan 2013 15:17:53 -0800 Subject: [PATCH] lib: Update list of company identifiers --- lib/bluetooth.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index ba18ee6a7..df6a65ab5 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -619,6 +619,12 @@ const char *bt_compidtostr(int compid) return "Saris Cycling Group, Inc"; case 178: return "Bekey A/S"; + case 179: + return "Clarinox Technologies Pty. Ltd."; + case 180: + return "BDE Technology Co., Ltd."; + case 181: + return "Swirl Networks"; case 65535: return "internal use"; default: -- 2.47.3