mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22: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
|
@ -9,11 +9,6 @@ pub struct BluetoothDeviceMsg {
|
|||
// Bluetooth Device properties
|
||||
pub id: String,
|
||||
pub name: Option<String>,
|
||||
pub device_class: Option<u32>,
|
||||
pub vendor_id_source: Option<String>,
|
||||
pub vendor_id: Option<u32>,
|
||||
pub product_id: Option<u32>,
|
||||
pub product_version: Option<u32>,
|
||||
// Advertisiong Data properties
|
||||
pub appearance: Option<u16>,
|
||||
pub tx_power: Option<i8>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue