Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/connection/
Dattempt_manager.rs211 const CONNECTION_1: LeConnection = LeConnection { remote_address: ADDRESS_1 }; constant
351 attempts.process_connection(ADDRESS_1, Ok(CONNECTION_1)); in test_resolved_direct_connection()
354 assert_eq!(pending_conn.await.unwrap(), CONNECTION_1); in test_resolved_direct_connection()
383 attempts.process_connection(ADDRESS_1, Ok(CONNECTION_1)); in test_resolved_background_connection()
417 attempts.process_connection(ADDRESS_1, Ok(CONNECTION_1)); in test_incoming_connection_resolves_some_but_not_all()
420 assert_eq!(pending_conn_1.await, Ok(CONNECTION_1)); in test_incoming_connection_resolves_some_but_not_all()