Home
last modified time | relevance | path

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

/external/python/bumble/rust/src/cli/l2cap/
Dclient_bridge.rs123 let mut l2cap_channel = match ble_connection in proxy_data_between_tcp_and_l2cap() localVariable
164 let l2cap_channel = Arc::new(Mutex::new(Some(l2cap_channel))); in proxy_data_between_tcp_and_l2cap() localVariable
Dserver_bridge.rs135 let l2cap_channel = Arc::new(Mutex::new(Some(l2cap_channel))); in proxy_data_between_l2cap_and_tcp() localVariable
/external/python/bumble/apps/
Dl2cap_bridge.py78 def on_channel(self, l2cap_channel): argument
82 def __init__(self, bridge, l2cap_channel): argument
Dbench.py887 def on_l2cap_channel(self, l2cap_channel): argument
/external/pigweed/pw_bluetooth_proxy/
Dproxy_host_test.cc2944 std::optional<BasicL2capChannel> l2cap_channel; member in pw::bluetooth::proxy::__anon0877b1b90111::L2capStatusTrackerTest