Remove link-relay and RemoteLink

This commit is contained in:
Josh Wu
2025-07-21 11:32:16 +08:00
parent 1a81c5d05c
commit 1b44e73f90
68 changed files with 114 additions and 749 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ from bumble.device import Device
from bumble.host import Host
from bumble.controller import Controller
from bumble.link import LocalLink
from bumble.transport import open_transport_or_link
from bumble.transport import open_transport
# -----------------------------------------------------------------------------
@@ -49,7 +49,7 @@ async def main() -> None:
return
print('>>> connecting to HCI...')
async with await open_transport_or_link(sys.argv[3]) as hci_transport:
async with await open_transport(sys.argv[3]) as hci_transport:
print('>>> connected')
# Create a local link