Stream for host bluetooth hardware status?
Apologies, I don't know the underlying architecture or capabilities of each platform interface yet.
For my use-case isBluetoothAvailable isn't really enough information. I need a way to know if either the permission was denied, or if it's powered off.
Additionally, is there a plan for passing errors up the call chain? I spend most of my time in rust so error handling is explicit and obvious - throw keeps throwing me off guard.
Stream for host bluetooth hardware status?
Do you want a Stream or listener for status change?
I need a way to know if either the permission was denied, or if it's powered off.
I'm not sure if each platform has a powered off status. Needs further investigation
Additionally, is there a plan for passing errors up the call chain
Could you specify which call? I'm not able to add all at once