OpenBluetoothToolbox / SimpleBLE

SimpleBLE - the all-in-one Bluetooth library for MacOS, iOS, Windows, Linux and Android.
https://www.simpleble.org
Other
619 stars 107 forks source link

Windows10 bluetooth only find an address and that address is 11:22:33:44:55:66 #307

Closed IOUIUY closed 1 month ago

IOUIUY commented 2 months ago

when i use the example code:

> .\example_scan.exe
Using adapter: Plain Adapter [AA:BB:CC:DD:EE:FF]
Scan started.
Found device: Plain Peripheral [11:22:33:44:55:66] -60 dBm  
Updated device: Plain Peripheral [11:22:33:44:55:66] -60 dBm
Scan stopped.
Scan complete.
The following devices were found:
[0] Plain Peripheral [11:22:33:44:55:66] -60 dBm Connectable
    Tx Power: 5 dBm
    Address Type: 0
kdewald commented 1 month ago

You're building SimpleBLE with a plain backend, which provides hardcoded responses. This is used for debugging only.