cordova-appivo-bluetooth-transfer

Bluetooth File transfer android native

Usage no npm install needed!

<script type="module">
  import cordovaAppivoBluetoothTransfer from 'https://cdn.skypack.dev/cordova-appivo-bluetooth-transfer';
</script>

README

fork of file-transfer-bluetooth-cordova

plugin for transfer file to device android

Example


- For sending files: 
cordova.plugins.BluetoothFileTransfer.sendFile()

- For sending raw json data:
cordova.plugins.BluetoothFileTransfer.sendObject({data:"Test"});