I am trying to connect one bluetooth device to xamarin app. I tired "Plugin.BLE" but its not scanning my device and found my device is not BLE device so I need to use classic bluetooth plugin.
I tried "Plugin.BluetoothClassic" and its working for android but not for iOS or UWP.
Can any one suggest if there is any plugin or library I can use for all platform?