ixfx
    Preparing search index...

    Type Alias BleDeviceOptions

    BleDeviceOptions: {
        chunkSize: number;
        connectAttempts: number;
        debug: boolean;
        name: string;
        rxGattCharacteristic: string;
        service: string;
        txGattCharacteristic: string;
    }

    Type declaration

    • ReadonlychunkSize: number
    • ReadonlyconnectAttempts: number
    • Readonlydebug: boolean
    • Readonlyname: string
    • ReadonlyrxGattCharacteristic: string
    • Readonlyservice: string
    • ReadonlytxGattCharacteristic: string