Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/connection/
Dattempt_manager.rs35 pub struct AttemptId(u64); struct
67 fn new_attempt_id(&mut self) -> AttemptId { in new_attempt_id()
68 let AttemptId(id) = self.attempt_id; in new_attempt_id() localVariable
117 ) -> Result<AttemptId, CreateConnectionFailure> { in register_background_connection()
149 pub fn cancel_attempt_with_id(&mut self, id: AttemptId) { in cancel_attempt_with_id()