@ledgerhq/react-native-hw-transport-ble
Version:
Ledger Hardware Wallet Bluetooth BLE transport for React Native
9 lines (7 loc) • 324 B
text/typescript
export type { BleManager } from "react-native-ble-plx";
export type Device = any; // FIXME: should be taken from Transport Device type, which should be at least a union of all Device types
export type Characteristic = any;
export type ReconnectionConfig = {
pairingThreshold: number;
delayAfterFirstPairing: number;
};