Searched refs:conn_tx (Results 1 – 1 of 1) sorted by relevance
24 conn_tx: Option<oneshot::Sender<Result<LeConnection, ErrorCode>>>, field98 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()