Home
last modified time | relevance | path

Searched refs:current_connections (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/
Dconnection.rs90 current_connections: HashSet<AddressWithType>, field
124 current_connections: HashSet::new(), in new()
168 let attempt_and_guard = if state.current_connections.contains(&address) { in direct_connection()
247 state.current_connections.insert(address); in on_le_connect()
258 state.current_connections.remove(&address); in on_disconnect()