Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/
Dconnection.rs98 const DIRECT_CONNECTION_TIMEOUT: Duration = Duration::from_secs( constant
148 spawn_local(timeout(DIRECT_CONNECTION_TIMEOUT, self.direct_connection(client, address)?)); in start_direct_connection()
402 tokio::time::sleep(DIRECT_CONNECTION_TIMEOUT).await; in test_direct_connection_timeout()
421 tokio::time::sleep(DIRECT_CONNECTION_TIMEOUT * 3 / 4).await; in test_stacked_direct_connections_timeout()
425 tokio::time::sleep(DIRECT_CONNECTION_TIMEOUT * 3 / 4).await; in test_stacked_direct_connections_timeout()