Searched refs:getCommandCompleteEvent (Results 1 – 2 of 2) sorted by relevance
| /edtt-latest/src/tests/ |
| D | test_utils.py | 58 def getCommandCompleteEvent(transport, idx, trace): function 66 return getCommandCompleteEvent(transport, idx, trace) and (status == 0), resolvableAddress; 72 return getCommandCompleteEvent(transport, idx, trace) and (status == 0), resolvableAddress; 81 return getCommandCompleteEvent(transport, idx, trace) and (status == 0); 87 return getCommandCompleteEvent(transport, idx, trace) and (status == 0); 93 return getCommandCompleteEvent(transport, idx, trace) and (status == 0); 99 return getCommandCompleteEvent(transport, idx, trace) and (status == 0); 105 …return getCommandCompleteEvent(transport, idx, trace) and (status == 0), maxPacketLength, maxPacke… 111 …return getCommandCompleteEvent(transport, idx, trace) and (status == 0), maxPacketLength, maxPacke… 117 return getCommandCompleteEvent(transport, idx, trace) and (status == 0), features; [all …]
|
| D | ll_verification.py | 3152 getCommandCompleteEvent(transport, upperTester, trace); 6183 … success = getCommandCompleteEvent(transport, upperTester, trace) and (status == 0x0C) and success; 7108 while not getCommandCompleteEvent(transport, upperTester, trace): 7185 success = getCommandCompleteEvent(transport, central, trace) and (status == 0x00) and success 7188 success = getCommandCompleteEvent(transport, peripheral, trace) and (status == 0x00) and success 7213 success = getCommandCompleteEvent(transport, central, trace) and (status == 0x00) and success 7228 success = getCommandCompleteEvent(transport, peripheral, trace) and (status == 0x00) and success 7267 …success = getCommandCompleteEvent(transport, peripheral, trace) and status == 0x00 and handle == a… 7675 success = getCommandCompleteEvent(transport, lower_tester, trace) and status == 0x00 and success 7717 return getCommandCompleteEvent(transport, upper_tester, trace) and status == 0x00 [all …]
|