react-native-bluetooth-classic
Version:
Implement bluetooth classic (serial) on Android (Bluetooth Adapter) and IOS (External Accessory)
10 lines (9 loc) • 774 B
TypeScript
import BluetoothDevice from './BluetoothDevice';
import BluetoothError from './BluetoothError';
import { BluetoothEvent, BluetoothDeviceEvent, BluetoothDeviceReadEvent, BluetoothEventListener, BluetoothEventSubscription, BluetoothEventType } from './BluetoothEvent';
import BluetoothModule from './BluetoothModule';
import BluetoothNativeDevice from './BluetoothNativeDevice';
import BluetoothNativeModule, { StandardOptions } from './BluetoothNativeModule';
declare const _default: BluetoothModule;
export default _default;
export type { BluetoothDevice, BluetoothError, BluetoothEvent, BluetoothDeviceEvent, BluetoothDeviceReadEvent, BluetoothEventListener, BluetoothEventSubscription, BluetoothEventType, BluetoothNativeDevice, BluetoothNativeModule, StandardOptions, };