Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/connection/
Dattempt_manager.rs38 pub struct ConnectionAttempts { struct
61 impl ConnectionAttempts { argument
218 let mut attempts = ConnectionAttempts::new(); in test_direct_connection()
235 let mut attempts = ConnectionAttempts::new(); in test_cancel_direct_connection()
253 let mut attempts = ConnectionAttempts::new(); in test_multiple_direct_connections()
268 let mut attempts = ConnectionAttempts::new(); in test_two_direct_connection_cancel_one()
284 let mut attempts = ConnectionAttempts::new(); in test_drop_pending_connection_after_cancel_and_restart()
300 let mut attempts = ConnectionAttempts::new(); in test_background_connection()
317 let mut attempts = ConnectionAttempts::new(); in test_reject_duplicate_direct_connection()
332 let mut attempts = ConnectionAttempts::new(); in test_reject_duplicate_background_connection()
[all …]
/packages/modules/Bluetooth/system/rust/src/
Dconnection.rs21 attempt_manager::{ConnectionAttempts, ConnectionMode},
88 attempts: ConnectionAttempts,
123 attempts: ConnectionAttempts::new(), in new()