mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Fix a typo in bluetooth_traits/lib.rs
This commit is contained in:
parent
4dbca055c6
commit
f4167599b7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ pub struct BluetoothDeviceMsg {
|
||||||
// Bluetooth Device properties
|
// Bluetooth Device properties
|
||||||
pub id: String,
|
pub id: String,
|
||||||
pub name: Option<String>,
|
pub name: Option<String>,
|
||||||
// Advertisiong Data properties
|
// Advertising Data properties
|
||||||
pub appearance: Option<u16>,
|
pub appearance: Option<u16>,
|
||||||
pub tx_power: Option<i8>,
|
pub tx_power: Option<i8>,
|
||||||
pub rssi: Option<i8>,
|
pub rssi: Option<i8>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue