mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove BluetoothDevice members
This commit is contained in:
parent
8bc4785bed
commit
ed92f31ebc
6 changed files with 5 additions and 93 deletions
|
@ -368,11 +368,6 @@ impl BluetoothManager {
|
|||
let message = Ok(BluetoothDeviceMsg {
|
||||
id: address,
|
||||
name: device.get_name().ok(),
|
||||
device_class: device.get_class().ok(),
|
||||
vendor_id_source: device.get_vendor_id_source().ok(),
|
||||
vendor_id: device.get_vendor_id().ok(),
|
||||
product_id: device.get_product_id().ok(),
|
||||
product_version: device.get_device_id().ok(),
|
||||
appearance: device.get_appearance().ok(),
|
||||
tx_power: device.get_tx_power().ok().map(|p| p as i8),
|
||||
rssi: device.get_rssi().ok().map(|p| p as i8),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue