Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/tests/
Dgatt_callbacks_test.rs18 use utils::start_test;
49 start_test(async { in test_read_characteristic_callback()
72 start_test(async { in test_read_characteristic_response()
94 start_test(async { in test_sequential_reads()
128 start_test(async { in test_concurrent_reads()
164 start_test(async { in test_distinct_transaction_ids()
185 start_test(async { in test_invalid_trans_id()
207 start_test(async { in test_invalid_conn_id()
229 start_test(async { in test_write_characteristic_callback()
260 start_test(async { in test_write_characteristic_response()
[all …]
Dgatt_server_test.rs49 use utils::start_test;
114 start_test(async move { in test_service_read()
149 start_test(async move { in test_server_closed_while_connected()
182 start_test(async move { in test_characteristic_read()
225 start_test(async move { in test_characteristic_write()
271 start_test(async move { in test_send_indication()
309 start_test(async move { in test_send_indication_and_disconnect()
333 start_test(async move { in test_write_to_descriptor()
379 start_test(async move { in test_multiple_servers()
445 start_test(async move { in test_read_device_name()
[all …]
/packages/modules/Bluetooth/system/rust/tests/utils/
Dmod.rs5 pub fn start_test(f: impl Future<Output = ()>) { in start_test() function