From 9b62711dfb2f6fa13d6ddc02a713ba5960926c66 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 17 Oct 2002 14:49:27 +0000 Subject: Add new company identifiers --- src/bluetooth.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/bluetooth.c b/src/bluetooth.c index 7097ebf0..7bd06ff0 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -266,6 +266,12 @@ char *bt_compidtostr(int compid) return "Norwood Systems"; case 47: return "MewTel Technology Inc."; + case 48: + return "ST Microelectronics"; + case 49: + return "Synopsys"; + case 50: + return "Red-M (Communications) Ltd"; case 65535: return "internal use"; default: -- cgit