BLE devices names inconsistent between Linux & Windows #73
Labels
Backend: BlueZ
Issues and PRs relating to the BlueZ backend
Backend: pythonnet
Issues or PRs relating to the .NET/pythonnet backend
Opinions Appreciated
Please add an opinion on your desired resolution on this issue!
Description
When launching discover function on Linux, we get a list of devices. And if the device name is unknown, it is replaced by its address.
On Windows however, the names are just "Unknown".
Will the output be the same in the next version ? Or is it a normal behavior ?
The Windows "Unknown" problem seems to be located here:
bleak/bleak/backends/dotnet/discovery.py
Line 57 in 4f3b890
The text was updated successfully, but these errors were encountered: