Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/bumble/rust/src/wrapper/
Dl2cap.rs21 pub struct LeConnectionOrientedChannel(PyObject); struct
23 impl LeConnectionOrientedChannel { implementation
/aosp_15_r20/external/python/bumble/rust/src/cli/l2cap/
Dmod.rs97 l2cap_channel: Arc<Mutex<Option<LeConnectionOrientedChannel>>>, in proxy_l2cap_rx_to_tcp_tx()
127 l2cap_channel: Arc<Mutex<Option<LeConnectionOrientedChannel>>>, in proxy_tcp_rx_to_l2cap_tx()
Dserver_bridge.rs104 mut l2cap_channel: LeConnectionOrientedChannel, in proxy_data_between_l2cap_and_tcp()
/aosp_15_r20/external/python/bumble/rust/src/wrapper/device/
Dmod.rs487 ) -> PyResult<LeConnectionOrientedChannel> { in open_l2cap_channel()
/aosp_15_r20/external/python/bumble/bumble/
Dl2cap.py2256 class LeConnectionOrientedChannel(LeCreditBasedChannel): class