Interface BleConnectionParameters

interface BleConnectionParameters {
    device?: BluetoothDevice;
    deviceFilter?: RequestDeviceOptions;
}

Properties

device?: BluetoothDevice

Connect directly to a Bluetooth deivce, obtained from getDevices()

deviceFilter?: RequestDeviceOptions

Optional filter options for the web bluetooth api requestDevice() method

Generated using TypeDoc