diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2002-10-17 14:49:27 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2002-10-17 14:49:27 +0000 | 
| commit | 9b62711dfb2f6fa13d6ddc02a713ba5960926c66 (patch) | |
| tree | c3f089b18bba8bcfcf8919f8b2a1e478c13f1be4 | |
| parent | 3fb5c4a42fac86d8f1ac9472b1d3b6636d1c243b (diff) | |
Add new company identifiers
| -rw-r--r-- | src/bluetooth.c | 6 | 
1 files changed, 6 insertions, 0 deletions
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:  | 
