pub trait BluetoothAdvertisingEventMethods {
    // Required methods
    fn Device(&self) -> Root<Dom<BluetoothDevice>>;
    fn GetName(&self) -> Option<DOMString>;
    fn GetAppearance(&self) -> Option<u16>;
    fn GetTxPower(&self) -> Option<i8>;
    fn GetRssi(&self) -> Option<i8>;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

Implementors§