Searched defs:LeConnectionOrientedChannel (Results 1 – 5 of 5) sorted by relevance
21 pub struct LeConnectionOrientedChannel(PyObject); struct23 impl LeConnectionOrientedChannel { implementation
97 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()
104 mut l2cap_channel: LeConnectionOrientedChannel, in proxy_data_between_l2cap_and_tcp()
487 ) -> PyResult<LeConnectionOrientedChannel> { in open_l2cap_channel()
2256 class LeConnectionOrientedChannel(LeCreditBasedChannel): class