cordova-plugin-bluetoothle icon indicating copy to clipboard operation
cordova-plugin-bluetoothle copied to clipboard

Bluetooth not initialized error

Open omaremorsy1 opened this issue 4 years ago • 0 comments

Hello there,

I am using ionic and using the BluetoothLE library to scan the available BLE devices.

I am sure that I have run the this.bluetoothle.initialize() function.

I also made a button in the GUI that calls this function to be sure that the function was called. But I still get the "Bluetooth uninitialized error" whenever I try to call the function this.bluetoothle.startScan().

Kindly find the error attached from the console.

. IonicBluetoothLEConsole

I would also like to know how can I receive the list of available devices when calling this.bluetoothle.startScan() method

omaremorsy1 avatar Jan 30 '21 14:01 omaremorsy1