react-native-ble-nitro
Version:
High-performance React Native BLE library built on Nitro Modules
6 lines (5 loc) • 502 B
TypeScript
import { BleNitroManager } from "./manager";
export { type ByteArray, type ScanFilter, type BLEDevice, type ScanCallback, type ManufacturerDataEntry, type ManufacturerData, type ConnectionCallback, type DisconnectEventCallback, type OperationCallback, type CharacteristicUpdateCallback, type Subscription, type BleNitroManager, type BleNitroManagerOptions, BLEState, AndroidScanMode, } from "./manager";
export declare class BleNitro extends BleNitroManager {
static instance(): BleNitroManager;
}