Home
last modified time | relevance | path

Searched refs:SMaxExtAdvEvts (Results 1 – 4 of 4) sorted by relevance

/edtt-2.7.6/src/components/
Dpreambles.py541 def preamble_ext_advertise_enable(transport, idx, enable, SHandle, SDuration, SMaxExtAdvEvts, trace… argument
545 NumberOfSets = max(len(sHandle), len(SDuration), len(SMaxExtAdvEvts));
550 if len(SMaxExtAdvEvts) < NumberOfSets:
551 SMaxExtAdvEvts += [ 0 for _ in range(len(SMaxExtAdvEvts), NumberOfSets) ];
553 …_advertising_enable(transport, idx, enable, NumberOfSets, SHandle, SDuration, SMaxExtAdvEvts, 100);
Dbasic_commands.py2251 …xtended_advertising_enable(transport, idx, enable, SetNum, SHandle, SDuration, SMaxExtAdvEvts, to): argument
2254 …E_SET_EXT_ADV_ENABLE, enable, SetNum, *list(chain(*list(zip(SHandle, SDuration, SMaxExtAdvEvts)))))
/edtt-2.7.6/src/tests/
Dhci_verification.py79 SMaxExtAdvEvts = [0 for i in range(SetNum)];
81 …tended_advertising_enable(transport, idx, enable, SetNum, SHandle, SDuration, SMaxExtAdvEvts, 100);
Dll_verification.py1083 SMaxExtAdvEvts = [ 0 ];
1085 …ertise_enable(transport, upperTester, Advertise.ENABLE, SHandle, SDuration, SMaxExtAdvEvts, trace);
1104 …rtise_enable(transport, upperTester, Advertise.DISABLE, SHandle, SDuration, SMaxExtAdvEvts, trace);