UNPKG

react-native-ble-nitro

Version:

High-performance React Native BLE library built on Nitro Modules

3 lines (2 loc) 418 B
export { type ByteArray, type ScanFilter, type BLEDevice, type ScanCallback, type ManufacturerDataEntry, type ManufacturerData, type ConnectionCallback, type DisconnectEventCallback, type OperationCallback, type CharacteristicUpdateCallback, type Subscription, type AsyncSubscription, type BleNitroManagerOptions, BLEState, AndroidScanMode, BleNitroManager, } from "./manager"; export { BleNitro } from './singleton';