Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/tests/
Dgatt_callbacks_test.rs267 let pending_write = spawn_local(async move { in test_write_characteristic_response() localVariable
279 assert_eq!(pending_write.await.unwrap(), Err(AttErrorCode::WRITE_NOT_PERMITTED)); in test_write_characteristic_response()
292 let pending_write = in test_response_timeout() localVariable
298 assert_eq!(pending_write.await.unwrap(), Err(AttErrorCode::UNLIKELY_ERROR)); in test_response_timeout()