akiles-react-native
    Preparing search index...

    Interface CaptureDiagnosticsOptions

    interface CaptureDiagnosticsOptions {
        required?: string[];
        scanDuration?: number;
    }
    Index

    Properties

    required?: string[]

    Optional list of hardware IDs. Stops scanning early when all are found.

    scanDuration?: number

    BLE scan duration in seconds. Pass 0 to skip the scan entirely.

    Default: 30.