Searched refs:SMaxExtAdvEvts (Results 1 – 4 of 4) sorted by relevance
/edtt-2.7.6/src/components/ |
D | preambles.py | 541 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);
|
D | basic_commands.py | 2251 …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/ |
D | hci_verification.py | 79 SMaxExtAdvEvts = [0 for i in range(SetNum)]; 81 …tended_advertising_enable(transport, idx, enable, SetNum, SHandle, SDuration, SMaxExtAdvEvts, 100);
|
D | ll_verification.py | 1083 SMaxExtAdvEvts = [ 0 ]; 1085 …ertise_enable(transport, upperTester, Advertise.ENABLE, SHandle, SDuration, SMaxExtAdvEvts, trace); 1104 …rtise_enable(transport, upperTester, Advertise.DISABLE, SHandle, SDuration, SMaxExtAdvEvts, trace);
|