react-native-ble-nitro
Version:
High-performance React Native BLE library built on Nitro Modules
20 lines (19 loc) • 450 B
text/typescript
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';