From 022756d28ecb48d3d93eb4df3c0d0e3647f5c220 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 2 Feb 2013 01:19:29 +0100 Subject: [PATCH] lib: Update list of company identifiers --- lib/bluetooth.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index df6a65ab5..35301c826 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -625,6 +625,10 @@ const char *bt_compidtostr(int compid) return "BDE Technology Co., Ltd."; case 181: return "Swirl Networks"; + case 182: + return "Meso international"; + case 183: + return "TreLab Ltd"; case 65535: return "internal use"; default: -- 2.47.3