react-native-ble-nitro
Version:
High-performance React Native BLE library built on Nitro Modules - drop-in replacement for react-native-ble-plx
8 lines (7 loc) • 524 B
TypeScript
export * from './compatibility/constants';
export * from './utils';
export { BleManagerCompat as BleManager, createBleManagerCompat as createBleManager } from './BleManagerCompatFactory';
export * from './errors/BleError';
export { DeviceWrapper as Device } from './compatibility/deviceWrapper';
export type { BleManagerOptions, ScanOptions, ConnectionOptions, NativeBleError, NativeDevice, NativeService, NativeCharacteristic, NativeDescriptor, Subscription } from './specs/types';
export { fullUUID } from './utils/uuid';