I would like to ask you about the use of a dongle when scanning BLE in Windows with C#

Asked 2 years ago, Updated 2 years ago, 71 views

I am developing a BLE app for Windows with C# When scanning or connecting via BLE API Is the implementation method different between Windows' own Bluetooth receiver (surfice or laptop) and external receiver (if dongle is installed on desktop)?

I got several samples and ran them myself, but I can't find the surrounding BLE device on my desktop.

c# ble windows bluetooth

2022-09-21 19:48

1 Answers

Can you check the device manager (How to open) to see if Bluetooth LE appears under Bluetooth? I don't think it'll change depending on whether it's an internal Bluetooth or an external receiver.

And they say that it needs to be paired in advance to use the device.I think you need to pair it in the OS menu, not in the application.

Note 1

Note 2

And if you're going to scan and use a beacon BLE device rather than a pairing method, Windows doesn't seem to support it yet. Note


2022-09-21 19:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.