Searched defs:l2cap_channel (Results 1 – 5 of 5) sorted by relevance
123 let mut l2cap_channel = match ble_connection in proxy_data_between_tcp_and_l2cap() localVariable164 let l2cap_channel = Arc::new(Mutex::new(Some(l2cap_channel))); in proxy_data_between_tcp_and_l2cap() localVariable
135 let l2cap_channel = Arc::new(Mutex::new(Some(l2cap_channel))); in proxy_data_between_l2cap_and_tcp() localVariable
78 def on_channel(self, l2cap_channel): argument82 def __init__(self, bridge, l2cap_channel): argument
887 def on_l2cap_channel(self, l2cap_channel): argument
2944 std::optional<BasicL2capChannel> l2cap_channel; member in pw::bluetooth::proxy::__anon0877b1b90111::L2capStatusTrackerTest