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

hi , this great lib have plan to support Avalonia?

```cs public static void Main(String[] args) { var socket = new LinuxSocket(); socket.Dispose(); } ``` results in: ``` Unhandled exception. System.Net.Sockets.SocketException (107): Transport endpoint is not connected at InTheHand.Net.Sockets.LinuxSocket.ThrowOnSocketError(Int32 result,...

bug
Linux

Bumps [InTheHand.Net.Bluetooth](https://github.com/inthehand/32feet) from 4.1.40 to 4.1.43. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=InTheHand.Net.Bluetooth&package-manager=nuget&previous-version=4.1.40&new-version=4.1.43)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

If you connect to a Bluetooth device on Android 14 and later disconnect, the device will no longer display its name during scanning. When I added the Shiny.BluetoothLE library to...

enhancement
Android

On Android we have been setting the client's Inquiry Length to 30 seconds. It appears with the a recent update the Inquiry length no longer works on Android. Looking at...

Microsoft Visual Studio Community 2022 Version 17.8.3 VisualStudio.17.Release/17.8.3+34330.188 Microsoft .NET Framework Version 4.8.09032 Installed Version: Community Windows 11 Pro InTheHand.Net.Bluetooth version 4.1.40 from NuGet (latest version) **BluetoothRadio.Default** yields **'Operation is...

**library: InTheHand.Net.Bluetooth version 4.1.43. framework: .net 6 (also possible to use .net 8) target version: 10.0.22621.0 target os: windows application: WPF application framework: prism** I'm trying to receive information from...

https://github.com/inthehand/32feet/issues/389 This above issue talks about this, but it still does not work for ScanForDevicesAsync on 4.0.36, even though in the linked issue it was marked resolved and this is...

I noticed that on Windows, when I try to read a pairing-protected characteristic the Windows implementation simply returns null. In the mobile apps though, the OS detect such a read...

The new method on last realease of Inthehand.BluetoothLe 4.0.36 for Android the call: bool status = deviceLE.Gatt.RequestMtuAsync(247).GetAwaiter().GetResult(); //result ok but if doens affect seems to be work in logcat the...

bug
Android