Node Web Bluetooth
    Preparing search index...

    Interface BluetoothOptions

    interface BluetoothOptions {
        adapterIndex?: number;
        allowAllDevices?: boolean;
        deviceFound?: (device: BluetoothDevice, selectFn: () => void) => boolean;
        referringDevice?: BluetoothDevice;
        scanTime?: number;
    }
    Index
    adapterIndex?: number
    allowAllDevices?: boolean
    deviceFound?: (device: BluetoothDevice, selectFn: () => void) => boolean
    referringDevice?: BluetoothDevice
    scanTime?: number