Searched refs:host_source (Results 1 – 5 of 5) sorted by relevance
| /external/python/bumble/web/ |
| D | scanner.py | 32 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/ |
| D | controllers.py | 49 host_source=transport.source,
|
| /external/python/bumble/examples/ |
| D | run_controller_with_scanner.py | 63 'C1', host_source=hci_source, host_sink=hci_sink, link=link
|
| D | run_controller.py | 60 'C1', host_source=hci_source, host_sink=hci_sink, link=link
|
| /external/python/bumble/bumble/ |
| D | controller.py | 106 host_source=None, argument 183 if host_source: 184 host_source.set_packet_sink(self)
|