hbldh / bleak

A cross platform Bluetooth Low Energy Client for Python using asyncio
MIT License
1.56k stars 275 forks source link

bleak Linux (bluez) - get connectable flag information #1522

Open nikitos1550 opened 2 months ago

nikitos1550 commented 2 months ago

Hello!

Are there any chance to get connactable flag for scanned devices with bluez backend, like there is one in macos backend in private_data?

dlech commented 2 months ago

If it is available on all platforms, then happy to take a PR adding it.