This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# Needs https://github.com/google/bumble on Windows | |
# See https://github.com/google/bumble/blob/main/docs/mkdocs/src/platforms/windows.md for usage. | |
# You need to associate WinUSB with your Bluetooth interface. Once done, you can roll back to the original driver from Device Manager. | |
import sys | |
import asyncio | |
import argparse | |
import logging |