Searched refs:start_test (Results 1 – 3 of 3) sorted by relevance
18 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 …]
49 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 …]
5 pub fn start_test(f: impl Future<Output = ()>) { in start_test() function