ixfx
    Preparing search index...

    Type Alias EspruinoBleOpts

    type EspruinoBleOpts = {
        debug?: boolean;
        filters?: readonly BluetoothLEScanFilter[];
        name?: string;
    }
    Index

    Properties

    Properties

    debug?: boolean

    If true, additional logging messages are displayed on the console

    filters?: readonly BluetoothLEScanFilter[]

    If specified, these filtering options are used instead

    name?: string

    If the name is specified, this value is used for filtering Bluetooth devices