Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/connection/
Dattempt_manager.rs24 conn_tx: Option<oneshot::Sender<Result<LeConnection, ErrorCode>>>, field
98 entry.insert(ConnectionAttemptData { conn_tx: Some(tx), id }); in register_direct_connection()
125 entry.insert(ConnectionAttemptData { conn_tx: None, id }); in register_background_connection()
186 let _ = self.attempts.remove(&attempt).unwrap().conn_tx.unwrap().send(result); in process_connection()