Peter Foot

Results 142 comments of Peter Foot

The error refers to "The attribute cannot be written.". Have you tried subscribing to notifications for another characteristic? Is the device paired?

Have you checked the Mtu property on device.Gatt? Unfortunately on the Windows API you can't request a higher Mtu but it should automatically negotiate with the remote device to get...

Depending on your target Android version you need to request the Bluetooth permissions at runtime as well as in the manifest. For .NET MAUI there is the start of the...

@pictos I remember there being an issue when events from the native control could cause the code to try and set the new position again causing a jump. I don't...

@albertt425 I don't have any bandwidth to look into this but I'd suggest you could test it with that check removed e.g. change to:- if (!isSeeking) And see if there...

I'm not sure if NuGet in Unity pulls in all the dependencies in the same way as Visual Studio but can you manually add the Microsoft.Windows.SDK.Contracts package as this is...

I'm not sure what's going on there as your code is calling the BluetoothLE library and the error refers to the Bluetooth Classic library. Bluetooth LE requires Windows 10 or...

If Windows is connected to the Handsfree service then you won't be able to open a socket - and vice-versa - Windows won't get battery updates if you've disconnected and...

Hi, while it doesn't currently have the full service records available, you can get a list of services using BluetoothDeviceInfo.GetRfcommServicesAsync which will return a list of UUIDs of services supported...

BluetoothService has static fields for the Uuids of all the well known Rfcomm services.