Open
Description
- bleak version: 0.14.3
- Python version: 3.7.3
- Operating System: Win10 (and Linux)
- BlueZ version (
bluetoothctl -v
) in case of Linux: 5.50
Description
Looking for a way to accept pairing request during integration tests without dialog action in windows. also want to understand what would be needed to do the same in a linux environment
What I Did
used BleakClient.pair(). works if I wait and confirm pairing in dialog. but I'm looking for a way to do that by code.