Home
last modified time | relevance | path

Searched defs:TransportSource (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/bumble/rust/src/wrapper/
Dcommon.rs28 pub struct TransportSource(pub(crate) PyObject); struct
30 impl ToPyObject for TransportSource { implementation
Dcontroller.rs41 host_source: Option<TransportSource>, in new()
/aosp_15_r20/external/python/bumble/bumble/transport/
Dcommon.py72 class TransportSource(Protocol): class
336 def __init__(self, source: TransportSource, sink: TransportSink) -> None:
460 def __init__(self, source: TransportSource, snooper: Snooper):
/aosp_15_r20/external/python/bumble/bumble/
Dhost.py163 controller_source: Optional[TransportSource] = None,
506 def set_packet_source(self, source: TransportSource) -> None:
Ddevice.py1818 hci_source: TransportSource,
1837 hci_source: TransportSource,
1845 cls, filename: str, hci_source: TransportSource, hci_sink: TransportSink