Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dindication_handler.rs354 let time_slept = Instant::now().duration_since(time_sent); in test_indication_timeout() localVariable
355 assert!(time_slept > Duration::from_secs(29)); in test_indication_timeout()
356 assert!(time_slept < Duration::from_secs(31)); in test_indication_timeout()
/packages/modules/Bluetooth/system/rust/tests/
Dgatt_callbacks_test.rs299 let time_slept = Instant::now().duration_since(time_sent); in test_response_timeout() localVariable
300 assert!(time_slept > Duration::from_secs(14)); in test_response_timeout()
301 assert!(time_slept < Duration::from_secs(16)); in test_response_timeout()