Remove BluetoothDevice members

This commit is contained in:
zakorgy 2016-05-05 12:47:52 +02:00 committed by Attila Dusnoki
parent 8bc4785bed
commit ed92f31ebc
6 changed files with 5 additions and 93 deletions

View file

@ -34,11 +34,6 @@
log('Found a device!');
log('> Name: ' + device.name);
log('> Id: ' + device.id);
log('> Device Class: ' + device.deviceClass);
log('> Vendor Id Source: ' + device.vendorIDSource);
log('> Vendor Id: ' + device.vendorID);
log('> Product Id: ' + device.productID);
log('> Product Version: ' + device.productVersion);
log('> Appearance: ' + device.adData.appearance);
log('> Tx Power: ' + device.adData.txPower + ' dBm');
log('> RSSI: ' + device.adData.rssi + ' dBm');