Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/connection/
Dattempt_manager.rs39 attempt_id: AttemptId, field
64 Self { attempt_id: AttemptId(0), attempts: HashMap::new() } in new()
68 let AttemptId(id) = self.attempt_id; in new_attempt_id()
69 self.attempt_id = AttemptId(id.wrapping_add(1)); in new_attempt_id()
/packages/modules/Bluetooth/system/rust/src/
Dconnection.rs172 let attempt_id = pending_attempt.id; in direct_connection() localVariable
182 state.attempts.cancel_attempt_with_id(attempt_id); in direct_connection()