32feet
32feet copied to clipboard
Personal Area Networking for .NET. Open source and professionally supported
RemoteGattServer.window.cs // need to request something to force a connection var services = await Device.NativeDevice.GetGattServicesAsync(cacheMode: Windows.Devices.Bluetooth.BluetoothCacheMode.Uncached); foreach (var service in services.Services) { service.Dispose(); } if you want initiate a connection,...
**OS** ``` Edition Windows 10 Pro Version 21H2 OS build 19044.1889 Experience Windows Feature Experience Pack 120.2212.4180.0 ``` **Project** ``` Exe net6.0-windows10.0.19041.0 enable enable ``` **Code, where is happening** `var...
Using latest Nuget package and running on Windows 10, calling Bluetooth.ScanForDevicesAsync() results in this exception: Tmds.DBus.ConnectException: 'No path specified for UNIX transport' Target framework .NET 7 (tried 6 also) Visual...
Im make Windows Console Application and try communicate with BLE device by UART (by TX-trancieve RX-recieve chanels), but have 2 Issue for get TX result: 1) Event CharacteristicValueChanged never triggered...
Im write Windows Console Application, try to call code below: ``` BluetoothDevice device = null; Task.Run(async () => { device = await Bluetooth.RequestDeviceAsync(); }).GetAwaiter().GetResult(); ``` Result is null without show...
Hi, I used InTheHand.Net.Bluetooth in a MAUI app and everything works on a old tablet with Android 8.1. I tried it now on a new tablet with Android 13 and...
I notice with the latest nuget package the Android reconnect for BTLE is always on, though AutoConnect = false Is an Android issue with latest release? Is simple to reproduce:...
**Description** **Issue** When streaming data from two identical Bluetooth Low Energy (BLE) devices on Windows, one peripheral consistently streams at a slower polling rate than the other. This discrepancy results...
When I tried to get Bluetooth lmp version in my Wpf app it is not available in Bluetooth radio object.
when I scan Bluetooth on macOS I get an exception Looks like https://github.com/inthehand/32feet/issues/262 but for macOS ``` *** Terminating app due to uncaught exception 'System.ArgumentException', reason: 'idx (System.ArgumentException) at Foundation.NSData.get_Item(IntPtr...