Hello everyone,
I'm making a simple Cross Platform Xamarin apps on Android and iOS that utilize Classic Bluetooth.
I've found a lot of bluetooth plugins but all of them are for Bluetooth LE, so I need to find another one for classic bluetooth or create one.
I need to find a way to get list of paired bluetooth device and also check the connection state of those devices.
Is there any plugin or code sample that I can learn from for both Android and iOS?
Regards.