Searched defs:TransportSource (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/python/bumble/rust/src/wrapper/ |
D | common.rs | 28 pub struct TransportSource(pub(crate) PyObject); struct 30 impl ToPyObject for TransportSource { implementation
|
D | controller.rs | 41 host_source: Option<TransportSource>, in new()
|
/aosp_15_r20/external/python/bumble/bumble/transport/ |
D | common.py | 72 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/ |
D | host.py | 163 controller_source: Optional[TransportSource] = None, 506 def set_packet_source(self, source: TransportSource) -> None:
|
D | device.py | 1818 hci_source: TransportSource, 1837 hci_source: TransportSource, 1845 cls, filename: str, hci_source: TransportSource, hci_sink: TransportSink
|