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

BluetoothLePlugin getAdapterInfo

Open icaglar opened this issue 6 years ago • 3 comments

I am getting an error while accessing bluetooth device someone getting this error from XCode ? ERROR: Method 'getAdapterInfo:' not defined in Plugin 'BluetoothLePlugin'

FAILED pluginJSON = ["BluetoothLePlugin466699125","BluetoothLePlugin","getAdapterInfo",[]]

icaglar avatar Feb 28 '18 20:02 icaglar

Seems like it's installed wrong. Did anything else work?

randdusing avatar Mar 02 '18 04:03 randdusing

I'm getting the same error. How do I get it to work on iOS ? On Android, it works fine!

jugg3rn4u7 avatar May 22 '19 15:05 jugg3rn4u7

getAdapterInfo is Android-only and is not available in the iOS version of the plugin. See here for the list of available methods for each platform: https://github.com/randdusing/cordova-plugin-bluetoothle#methods

mdailor avatar May 25 '20 14:05 mdailor