Home
last modified time | relevance | path

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

/edtt-2.7.6/src/components/
Dinitiator.py77 def __hasConnectionCompleteEvent(self, idx, timeout): argument
82 success = has_event(self.transport, idx, timeout)[0];
87 … self.status, handle, role, address, interval, latency, timeout, accuracy = event.decode();
90 …self.status, handle, role, address, localRPA, peerRPA, interval, latency, timeout, accuracy = even…
99 def __hasDisconnectCompleteEvent(self, idx, timeout): argument
103 success = has_event(self.transport, idx, timeout)[0];
117 def __hasPhysUpdateCompleteEvent(self, idx, timeout): argument
121 success = has_event(self.transport, idx, timeout)[0];
135 def __hasConnectionParamRequestEvent(self, idx, timeout): argument
139 success = has_event(self.transport, idx, timeout)[0];
[all …]
Devents.py388 def __checkPayloadTimeout(self, timeout): argument
389 if not (0 < timeout):
448 def __checkSupervisionTimeout(self, timeout): argument
449 if not (0x000A <= timeout <= 0x0C80):
552 handle, timeout = struct.unpack('<HH', self.data[4:8]);
554 self.__checkPayloadTimeout(timeout);
556 self.__checkPayloadTimeout(timeout);
558 handle = timeout = 0;
559 return handle, timeout;
914 interval, latency, timeout, accuracy = struct.unpack('<HHHB', self.data[12:19]);
[all …]
Dresolvable.py102 def timeout(self, timeout): member in ResolvableAddresses
103 status = le_set_resolvable_private_address_timeout(self.transport, self.idx, timeout, 100);
Dadvertiser.py172 def timeout(self, timeout=200): member in Advertiser
174 if has_event(self.transport, self.idx, timeout)[0]:
Dedttt_bsim.py184 timeout = to*1000 + self.last_t;
188 self.ll_send(struct.pack('<BBQH', self.COM_RCV, idx, timeout, number_bytes));
Dbasic_commands.py1652 …request_reply(transport, idx, handle, IntervalMin, IntervalMax, latency, timeout, MinCeLen, MaxCeL… argument
1654 …I_OP_LE_CONN_PARAM_REQ_REPLY, handle, IntervalMin, IntervalMax, latency, timeout, MinCeLen, MaxCeL…
/edtt-2.7.6/src/tests/
Dll_verification.py175 def readData(transport, idx, trace, timeout=200): argument
178 dataReady = le_data_ready(transport, idx, timeout);
190 def readDataFragments(transport, idx, trace, timeout=100): argument
194 dataReady = le_data_ready(transport, idx, timeout);
201 timeout = 99;
211 status, handle, interval, latency, timeout = event.decode();
836 success = advertiser.timeout() and success;
1473 success = RPAs[upperTester].timeout( 60 ) and RPAs[lowerTester].timeout( 60 ) and success;
1512 success = RPAs[upperTester].timeout( 60 ) and RPAs[lowerTester].timeout( 60 ) and success;
1554 success = RPAs[upperTester].timeout( 60 ) and RPAs[lowerTester].timeout( 60 ) and success;
[all …]
Dgap_verification.py559 success = success and RPAs[upperTester].timeout( 60 ) and RPAs[lowerTester].timeout(60);
906 success = success and RPAs[upperTester].timeout( 60 ) and RPAs[lowerTester].timeout(60);
955 success = success and RPAs[upperTester].timeout( 60 ) and RPAs[lowerTester].timeout(60);
1054 success = success and RPAs[upperTester].timeout( 60 ) and RPAs[lowerTester].timeout(60);
1095 success = success and RPAs[upperTester].timeout( 60 ) and RPAs[lowerTester].timeout(60);
1145 timeout = 3000
1146 success = success and initiator.update(interval, interval, initiator.latency, timeout)
1190 timeout = 3000
1191 success = success and initiator.update(interval, interval, initiator.latency, timeout)
1230 timeout = 3300
[all …]
Dhci_verification.py653 success = success and RPAs[upperTester].timeout(60) and RPAs[lowerTester].timeout(60);
717 success = success and RPAs[upperTester].timeout(60) and RPAs[lowerTester].timeout(60);
Dgatt_verification.py50 def attResponse(transport, initiator, trace, timeout=100): argument
54 dataReady = le_data_ready(transport, initiator.initiator, timeout);
55 timeout = 99;
/edtt-2.7.6/docs/
DEDTT_transport_bsim.md46 bridge requesting N bytes with a timeout.<br>
114 8 bytes: timeout time (simulated absolute time)
125 1 byte : reception done (0) or timeout (1)
126 8 bytes: timestamp when the reception or timeout actually happened
127 0/N bytes: (0 bytes if timeout, N bytes as requested otherwise)
140 the bridge from that DUT, or the timeout has been reached.
DEDTT_transport.md31 * recv(idx, number_bytes, timeout): Attempt to retrieve `<number_bytes>`
32 from the device number `<idx>`. If it cannot manage in `<timeout>`