From ab00bdf4c9e7780ff281b482df6246798c621a2e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 26 Sep 2016 12:09:17 +0200 Subject: [PATCH] lib: Update company identifiers --- lib/bluetooth.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 04c922180..5800734db 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -2275,6 +2275,24 @@ const char *bt_compidtostr(int compid) return "BASIC MICRO.COM,INC."; case 1006: return "CUBE TECHNOLOGIES"; + case 1007: + return "foolography GmbH"; + case 1008: + return "CLINK"; + case 1009: + return "Hestan Smart Cooking Inc."; + case 1010: + return "WindowMaster A/S"; + case 1011: + return "Flowscape AB"; + case 1012: + return "PAL Technologies Ltd"; + case 1013: + return "WHERE, Inc."; + case 1014: + return "Iton Technology Corp."; + case 1015: + return "Owl Labs Inc."; case 65535: return "internal use"; default: -- 2.47.3