axa88
axa88
Furthermore since it appears connection is [contained in the Advertising PDU Header](https://novelbits.io/bluetooth-low-energy-advertisements-part-1/) then missing/fragmented advertisements appear to be corrupting `IDevice` `IsConnectable` property. In my testing it fails maybe 20% of...
Closing this. It seems that it may be inherent to Windows that Discovered devices are returned to the API quickly and may not contain all associated Advertisement data. There seems...
@Hackmodford >Also note, iOS was able to scan/filter the devices correctly without the record, while android would filter it out. It seems implausible to be able to filter a service...
> DeviceState.Limited is a special state we have in Android where the device is connected to the system but not to our app (i.e. we have no gatt instance). Is...
@derek-willis Ive unfortunately had this very same issue too many times using Xamarin native, not using this library at all. If looking, you will find many similar issues as this...
> I'm using `StartScanningForDevicesAsync` and the Adapter is configured with the following parameters > > * ScanMode = BALANCED > * ScanMatchMode = AGGRESSIVE > * **ScanTimeout = 3000** >...
Finding a very different issue with this event under WinUI #841