mirror of
https://github.com/google/bumble.git
synced 2026-06-11 09:12:27 +00:00
Remove link-relay and RemoteLink
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user