32feet icon indicating copy to clipboard operation
32feet copied to clipboard

Personal Area Networking for .NET. Open source and professionally supported

Results 188 32feet issues
Sort by recently updated
recently updated
newest added

`using (BluetoothClient client = new BluetoothClient())` throws the following exception in version 4.0.28 of InTheHand.Net.Bluetooth in a Xamarin Android Project. "NotImplementedException This functionality is not implemented in the portable version...

Hi! I need to connect to a Bluetooth Device and receive ASCII data from it. Something very simple. Using Xamarin Forms. I'm trying a simple sample, but it fails because...

On version 4.0.4 when I code the following line in a Visual Studio 2017 .NET Framework 4.6.1 Windows Forms application: `BluetoothEndPoint blep = new BluetoothEndPoint(BluetoothAddress.Parse("001122334455"), BluetoothService.SerialPort);` I get the error...

I want to use the service to obtain the electric quantity information corresponding to bluetooth device, using the headset of the latest version 5.2 of Bluetooth. Under the platform of...

I use BlueSoleil in my C# project but I notice different issues using Handsfree or Headset profiles. If I use Headset profile (BluetoothService.Headset): the connection is reliable, I can only...

I want to obtain the pre-phase information of the bluetooth battery. Is there a corresponding code example?

The change of MTU into PlatformInit() for Android it doesnt work, partial class RemoteGattServer { .... private void PlatformInit() { // android default - replaced by callback after request or...

At present, windows 10 and Bluetooth 5.0 scan once for about 30 seconds. I feel this attack is very important.

enhancement

Hello everyone, While trying to build and/or run the projects I ran into 2 distinct issues: ・If I run the project using .NET Standard 2.0 I get a "PlatformNotSupportedException" ・If...

bug

I am getting a TargetInvocationException using version 4.0.23 of InTheHand.BluetoothLE in a .net 6 application on Windows 11. The only interaction with this library is I call "Bluetooth.RequestLEScanAsync()" at the...

bug
Windows