mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Remove BluetoothDevice members
This commit is contained in:
parent
8bc4785bed
commit
ed92f31ebc
6 changed files with 5 additions and 93 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue