32feet
32feet copied to clipboard
Personal Area Networking for .NET. Open source and professionally supported
bool availability = await Bluetooth.GetAvailabilityAsync(); The above code has always been false. I added the following parameters. Bluetooth is also on. Do not know why? NSBluetoothPeripheralUsageDescription This app requires Bluetooth...
I'm trying the InTheHand.BluetoothLE nuget packet with Xamarin Forms. To get familiar with it I tried Samples/BluetoothClientApp first. I was able to compile and run it with UWP. Works fine....
I've been browsing documentation for a long time, and don't even know where to start. I want to begin with getting a list of devices that are already connected.
I want to disconnect my computer from the Bluetooth connection or program it to disable it.
Migrated from Uservoice "I have upgraded to version 4.0.25 and I am missing the SetPin method on the BluetoothClient. I have for years been using a very old version of...
There is a bug. I use getpaireddevicesasync to get the data I can receive. Cannot receive data using fromidasync. Do not know why? Notification_ Characteristicvaluechanged event
BlueZ 5 introduces changes to the API so will require code changes:- http://www.bluez.org/bluez-5-api-introduction-and-porting-guide/ Opened as separate issue from #6
i am using notify to read data using GATT when i connect to 1 device it takes ~1 min to download 30k records of 255 byte each but when i...
Code below throws an exception because e.Device is null. Scan works and advertisement event is rised when MY_DEVICE_NAME is found, but I'm stuck there... can this be a bug? private...
I'm getting the following error `System.Net.Internals.SocketExceptionFactory.ExtendedSocketException: 'A socket operation failed because the destination host was down. 38184C066AAF:0000110b-0000-1000-8000-00805f9b34fb (0)'` Which honestly doesn't give a lot of information, especially since the _DeviceInfo_...