Peter Foot

Results 142 comments of Peter Foot

We can't remove this because it was necessary to support correct disconnection and free up the native objects. The issue is why a Dispose is getting called twice for a...

Are you using the hands free device for audio? If so when paired and connected Windows will be using the control service itself as well as the dedicated audio channel....

Yes, if the OS is using the connection it would be better not to create another one. I'm looking into this at the moment as I have some code to...

What version of mono Android are you targeting in your csproj?

the library recently moved to building against monoandroid10.0 so if your project is set to monoandroid90 or earlier it will probably pull in the wrong (.NET Standard) dll from the...

In the current release the BluetoothEndPoint is not emphasised as the BluetoothClient.Connect(address, service) provides a simpler approach for cross platform use. I'm looking at reintroducing BluetoothEndPoint as a supported alternative...

Specifying a port number may be useful, especially for reconnecting to a previously used device but using the service uuid will ensure you're using the correct port for an exposed...

Handsfree Profile runs over an RFComm connection. All of it's control commands/responses are text based AT commands. To connect to a handsfree device you open an RFComm socket to the...

The headset is definitely paired to the PC? You could try checking the BluetoothDeviceInfo InstalledServices array for the Handsfree uuid but this only returns services which Windows knows about and...