@@ -0,0 +1,10 @@
import bleak
import asyncio
async def main():
devices = await bleak.BleakScanner.discover()
print(devices)
asyncio.run(main())
The note is not visible to the blocked user.