Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dindication_handler.rs242 let pending_result = spawn_local(async move { in test_confirmation_handled() localVariable
255 assert!(matches!(pending_result.await.unwrap(), Ok(()))); in test_confirmation_handled()
268 let pending_result = spawn_local(async move { in test_unblock_on_disconnect() localVariable
283 pending_result.await.unwrap(), in test_unblock_on_disconnect()
300 let pending_result = spawn_local(async move { in test_spurious_confirmations() localVariable
317 pending_result.await.unwrap(), in test_spurious_confirmations()
335 let pending_result = spawn_local(async move { in test_indication_timeout() localVariable
348 pending_result.await.unwrap(), in test_indication_timeout()