UNPKG

@sfourdrinier/react-native-ble-plx

Version:
12 lines 865 B
export { BleError, BleErrorCode, BleATTErrorCode, BleIOSErrorCode, BleAndroidErrorCode } from './BleError'; export { BleManager } from './BleManager'; export { Device } from './Device'; export { Service } from './Service'; export { Characteristic } from './Characteristic'; export { Descriptor } from './Descriptor'; export { fullUUID } from './Utils'; export { State, LogLevel, ConnectionPriority, ScanCallbackType, ScanMode } from './TypeDefinition'; export { ConnectionManager } from './ConnectionManager'; export type { ConnectionOptionsWithRetry, AutoReconnectOptions, ConnectionCallbacks } from './ConnectionManager'; export type { Subscription, DeviceId, UUID, TransactionId, Base64, ScanOptions, ConnectionOptions, BleManagerOptions, BleRestoredState, BackgroundModeOptions, ReconnectionOptions } from './TypeDefinition'; //# sourceMappingURL=index.d.ts.map