Maja Gagić

Results 4 comments of Maja Gagić

Hi @flonas955, any luck with this? I think I'm facing the exact same issue.

Thanks for looking into it! Here is a minimal example ```python import asyncio from bleak import BleakScanner, BleakClient import argparse import logging logger = logging.getLogger(__name__) logging.basicConfig( level=logging.INFO, format="\n%(asctime)s %(levelname)s %(message)s",...

> > `` for windows because it seems `device_information.pairing.is_paired` is always `True` > > What happens if we remove the test for this in the `pair()` method and let it...

Thanks for the hint. Windows menu doesn't show my devices (it shows peripherals, headsets, .... but not these) so I thought browser access could do the same > If the...