Searched refs:pending_write (Results 1 – 1 of 1) sorted by relevance
267 let pending_write = spawn_local(async move { in test_write_characteristic_response() localVariable279 assert_eq!(pending_write.await.unwrap(), Err(AttErrorCode::WRITE_NOT_PERMITTED)); in test_write_characteristic_response()292 let pending_write = in test_response_timeout() localVariable298 assert_eq!(pending_write.await.unwrap(), Err(AttErrorCode::UNLIKELY_ERROR)); in test_response_timeout()