opper
    Preparing search index...

    Interface BluetoothDevice

    interface BluetoothDevice {
        id: string;
        name?: string;
        rssi?: number;
    }
    Index

    Properties

    Properties

    id: string
    name?: string
    rssi?: number