Plugin.BLE returning NULL services .NET MAUI
I am trying to connect two devices using Plugin.BLE and send data from one device to another.
charactersiticUUID for writing data to connected bluetooth device
I am trying to transfer data from my .net maui app to another connected bluetooth device, using shiny.bluetoothLE. The app is meant to connect different devices and I am confused with characteristicsUUID that is required for writing data to another device.
shiny.BluetooothLE not display any connected devices even though a device is connected .NET MAUI
I am trying to use Shiny.BlueetoothLE for using bluetooth functionality in my .NET MAUI app