react-native-ble-plx
Version:
React Native Bluetooth Low Energy library
21 lines (19 loc) • 625 B
JavaScript
export { BleError, BleErrorCode, BleAndroidErrorCode, BleIOSErrorCode, BleATTErrorCode } 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 type {
Subscription,
DeviceId,
UUID,
TransactionId,
Base64,
ScanOptions,
ConnectionOptions,
BleManagerOptions,
BleRestoredState
} from './TypeDefinition'