Type Alias BluetoothAdvertisingEventInit

Source
pub(crate) type BluetoothAdvertisingEventInit = BluetoothAdvertisingEventInit<DomTypeHolder>;

Aliased Type§

pub(crate) struct BluetoothAdvertisingEventInit {
    pub parent: EventInit,
    pub appearance: Option<u16>,
    pub device: Root<Dom<BluetoothDevice>>,
    pub name: Option<DOMString>,
    pub rssi: Option<i8>,
    pub txPower: Option<i8>,
}

Fields§

§parent: EventInit§appearance: Option<u16>§device: Root<Dom<BluetoothDevice>>§name: Option<DOMString>§rssi: Option<i8>§txPower: Option<i8>