Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/tests/
Dgatt_callbacks_test.rs416 let pending_execute = spawn_local(async move { in test_execute_characteristic_response() localVariable
429 assert_eq!(pending_execute.await.unwrap(), Err(AttErrorCode::WRITE_NOT_PERMITTED)); in test_execute_characteristic_response()