diff options
Diffstat (limited to 'src/bluetooth.c')
| -rw-r--r-- | src/bluetooth.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/bluetooth.c b/src/bluetooth.c index 9df142a0..645a4d63 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -382,6 +382,8 @@ char *bt_compidtostr(int compid)  		return "CONWISE Technology Corporation Ltd";  	case 67:  		return "PARROT SA"; +	case 68: +		return "Socket Communications";  	case 65535:  		return "internal use";  	default: | 
