Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/
Dconnection.rs168 let attempt_and_guard = if state.current_connections.contains(&address) { in direct_connection() localVariable
191 let Some((attempt, guard)) = attempt_and_guard else { in direct_connection()