Home
last modified time | relevance | path

Searched refs:host_source (Results 1 – 5 of 5) sorted by relevance

/external/python/bumble/web/
Dscanner.py32 def __init__(self, host_source): argument
34 host_source.delegate = self
56 async def main(host_source, host_sink): argument
58 hci_source = HciSource(host_source)
/external/python/bumble/apps/
Dcontrollers.py49 host_source=transport.source,
/external/python/bumble/examples/
Drun_controller_with_scanner.py63 'C1', host_source=hci_source, host_sink=hci_sink, link=link
Drun_controller.py60 'C1', host_source=hci_source, host_sink=hci_sink, link=link
/external/python/bumble/bumble/
Dcontroller.py106 host_source=None, argument
183 if host_source:
184 host_source.set_packet_sink(self)