cordova-appivo-bluetooth-transfer
v1.0.3
Published
Bluetooth File transfer android native
Downloads
2
Maintainers
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"});