Node Web Bluetooth
    Preparing search index...

    Interface BluetoothDeviceInit

    interface BluetoothDeviceInit {
        _adData: Partial<BluetoothAdvertisingEvent>;
        _serviceUUIDs: string[];
        id: string;
        name: string;
    }
    Index

    Properties

    _adData: Partial<BluetoothAdvertisingEvent>
    _serviceUUIDs: string[]
    id: string
    name: string