Skip to content

ProDInfo/capacitor-plugin-bluetooth-transfer

Repository files navigation

capacitor-plugin-bluetooth-transfer

plugin for transfer file to device android

Example

  • For sending raw json data:
import 'capacitor-plugin-bluetooth-transfer';
import { Plugins } from '@capacitor/core';

const result = await BluetoothFileTransfer.sendObject(
        { filename: 'file.txt', data: 'data to send' }
      );

About

plugin for transfer file to device android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published