I'm trying to establish a Bluetooth Classic (SPP) connection (i.e. NOT BLE) to a Bluetooth probe within a Xamarin Forms application (for Android and iOS). I have started using this plugin: https://github.com/rostislav-nikitin/Plugin.BluetoothClassic. Which appears to be working fine for the most part, but there appears to be no way of discovering new devices using this plugin. It only allows for connecting to currently bonded devices, which is strange as it has a startDiscovery method. I can't work out how to handle when a device is discovered. Additionally, I have tried using https://github.com/xabre/xamarin-bluetooth-le plugin (which seems very popular). However it appears this plugin only works with BLE devices and can't find Bluetooth Classic devices. Any guidance would be much appreciated :)