ixfx
    Preparing search index...

    Type Alias BleDeviceOptions

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

    Properties

    chunkSize: number
    connectAttempts: number
    debug: boolean
    name: string
    rxGattCharacteristic: string
    service: string
    txGattCharacteristic: string