Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/bumble/rust/src/wrapper/
Dcontroller.rs41 host_source: Option<TransportSource>, in new()
52 kwargs.set_opt_item("host_source", host_source)?; in new()
/aosp_15_r20/external/python/bumble/apps/
Dcontrollers.py49 host_source=transport.source,
/aosp_15_r20/external/python/bumble/examples/
Drun_controller_with_scanner.py64 host_source=hci_transport.source,
Drun_controller.py61 host_source=hci_transport.source,
/aosp_15_r20/external/python/bumble/bumble/
Dcontroller.py128 host_source=None, argument
209 if host_source:
210 host_source.set_packet_sink(self)