Sven-Michael Stübe
Sven-Michael Stübe
for the first question: https://github.com/xabre/xamarin-bluetooth-le/issues/85
We will look at https://github.com/myallb/xamarin-bluetooth-le ^^
@jgiacomini 4 OS :wink:
I've already done that and released a pre release package with AndroidX. Unfortunately the priorities of MS for supporting AndroidX stable, are not that high :( So I had to...
One question pops into my mind: How are schema registries covered? Is **"Expose APIs for serializing and deserializing messages resolved from providers"** meant to support schema registries out of the...
- Have you confirmed this behavior with the sample app? - If you subscribe to the `StateChanged` event, does it fire, when you turn on / off BLE?
The Sample App is contained in this repository. See: https://github.com/xabre/xamarin-bluetooth-le/tree/master/Source/BLE.Client Did you somehow click "Don't allow" when the permission dialog popped up? Can you try do run the sample app?
On iOS BLE information are cached like hell. I had this issue with a device that changes the name. I had to turn Bluetooth off and on again or in...