Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
353 views

BluetoothLEDevice in Nuget package consumed by WPF application

I'm attempting to build a NuGet package that can be consumed by WPF applications that utilize the Windows libraries that contain BluetoothLEDevice and related classes. Existing applications that need ...
Jake Smith's user avatar
  • 2,823
1 vote
0 answers
533 views

BluetoothLE GattCharacteristic ValueChanged event not firing

I am using the Windows-Universal-Samples BluetoothLE sample as a starting place to connect to a Polar heartrate device, but ultimately i want the functionality in a desktop application. Using the ...
Kirk Quinbar's user avatar
4 votes
1 answer
12k views

Bluetooth Low Energy (BLE) API for C# .NET - Desktop application Windows 10

I'm trying to write a desktop application to access a Bluetooth Low Energy (BLE) device. My target platform in Windows 10, I'm using Visual Studio Community 2015, .NET 4.6.1. There doesn't seem to ...
Yabbie's user avatar
  • 495
7 votes
1 answer
16k views

How to Bind manually to a BlueTooth Low Energy Device in a WinForm using C#?

This question is mostly answered by: Windows UWP connect to BLE device after discovery I am writing a custom service and testing,for now, using a C#.NET WinForm on Windows 10 to connect to a ...
Michael Frederick's user avatar
9 votes
3 answers
16k views

Desktop C# - Referencing Windows.Devices

I am trying to create a classic desktop application for Windows 10 in C# that will be able to talk to BLE devices. I followed the instructions (Bluetooth 4.0 (low energy) API for windows desktop C# ...
matevzb's user avatar
  • 91