Home
last modified time | relevance | path

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

/edtt-latest/src/tests/
Dll_verification.py772 transport.wait(math.ceil((advInterval*0.625 + 10) * 50))
864 transport.wait(math.ceil(10.5*advInterval*0.625))
1013 transport.wait(waitForMs)
1225 transport.wait(10)
1234 transport.wait(10)
1245 transport.wait(math.ceil(offsetEnd/1000) + 10)
1411 transport.wait(round.Duration*10 + 500)
1414 transport.wait(math.ceil(round.MaxEvents*advInterval*0.625 + 500))
1417 transport.wait(math.ceil(10.5*advInterval*0.625))
2157 transport.wait(2000);
[all …]
Dhci_verification.py744 transport.wait(100);
749 transport.wait(500);
812 transport.wait(200);
870 transport.wait(200);
956 transport.wait(200);
1056 transport.wait(200);
Dle_transceiver_test.py21 transport.wait(3000);
Dgap_verification.py1136 transport.wait(100)
1156 transport.wait(100)
1181 transport.wait(100)
1195 transport.wait(200)
1224 transport.wait(100)
1267 transport.wait(100)
1310 transport.wait(100)
1353 transport.wait(100)
Dtest_utils.py892 transport.wait(1)
Dial_verification.py141 transport.wait(int(4 * iso_interval * 1.25))
Dgatt_verification.py852 transport.wait(200);
/edtt-latest/docs/
DEDTT_transport_bsim.md44 behaviour, and let's it advance only when desired (when wait() is called,
54 * If there is not enough data yet from the device, it will wait
58 * When the EDTT does `transport.wait(time)`, it tells the Phy to just let
67 will wait for `EDTT_IF_RECHECK_DELTA` (5ms) and retry
DEDTT_transport.md34 * wait(time): Block (wait) for `<time>` ms. Note that in case of simulated
DEDTT_framework_Babblesim.md42 * wait(time), get_time()
192 Please note that the call to get_event is blocking, it will wait for an event to arrive in the queu…
194 …is a timeout parameter (specified in milliseconds) specifying how long to wait for an answer to ar…
/edtt-latest/src/components/
Dedttt_bsim.py309 self.wait(self.RxWait/1000)
320 def wait(self, delay_in_ms): member in EDTTT
332 self.low_level_device.wait(end_of_wait)
Dbsim_device.py150 def wait(self, end_of_wait): member in BSimDevice
Dbasic_commands.py3053 transport.wait(to_tmp);
3152 transport.wait(100);
3327 transport.wait(100)