UNPKG

@yesprasoon/capacitor-bluetooth-communication

Version:

A Capacitor plugin for client-to-server communication over Bluetooth Classic on Android.

5 lines (4 loc) 201 B
import type { BluetoothCommunicationPlugin } from './definitions'; declare const BluetoothCommunication: BluetoothCommunicationPlugin; export * from './definitions'; export { BluetoothCommunication };