Searched defs:TransportSink (Results 1 – 6 of 6) sorted by relevance
/external/python/bumble/bumble/transport/ |
D | common.py | 68 class TransportSink(Protocol): class 75 def set_packet_sink(self, sink: TransportSink) -> None: ... 84 def __init__(self, reader: AsyncPacketReader, sink: TransportSink) -> None: 114 def __init__(self, sink: Optional[TransportSink] = None) -> None: 166 def set_packet_sink(self, sink: TransportSink) -> None: 242 def __init__(self, sink: TransportSink) -> None: 263 def set_packet_sink(self, sink: TransportSink) -> None: 297 def set_packet_sink(self, sink: TransportSink) -> None: 336 def __init__(self, source: TransportSource, sink: TransportSink) -> None: 465 def set_packet_sink(self, sink: TransportSink) -> None: [all …]
|
/external/python/bumble/rust/src/wrapper/ |
D | common.rs | 19 pub struct TransportSink(pub(crate) PyObject); struct 21 impl ToPyObject for TransportSink { implementation
|
D | controller.rs | 42 host_sink: Option<TransportSink>, in new()
|
/external/python/bumble/bumble/ |
D | host.py | 164 controller_sink: Optional[TransportSink] = None, 503 def set_packet_sink(self, sink: Optional[TransportSink]) -> None:
|
D | controller.py | 129 host_sink: Optional[TransportSink] = None,
|
D | device.py | 1819 hci_sink: TransportSink, 1838 hci_sink: TransportSink, 1845 cls, filename: str, hci_source: TransportSource, hci_sink: TransportSink
|