diff --git a/Android/BluetoothPlugin/assets/www/index.html b/Android/BluetoothPlugin/assets/www/index.html index 02aad794..edb18cb5 100644 --- a/Android/BluetoothPlugin/assets/www/index.html +++ b/Android/BluetoothPlugin/assets/www/index.html @@ -15,7 +15,7 @@ window.addEventListener('load', function () { document.addEventListener('deviceready', function () { alert("Cordova is now loaded!"); - bluetoothPlugin = cordova.require( 'cordova/plugin/bluetooth' ); + g_bluetoothPlugin = cordova.require( 'cordova/plugin/bluetooth' ); }, false); }, false);