Home
last modified time | relevance | path

Searched refs:phys (Results 1 – 2 of 2) sorted by relevance

/edtt-latest/src/tests/
Dhci_verification.py115 OwnAddrType, FilterPolicy, phys = 0, 0, 0;
116 PType = [0 for i in range(phys)];
117 PInterval = [0 for i in range(phys)];
118 PWindow = [0 for i in range(phys)];
120 …status = le_set_extended_scan_parameters(transport, idx, OwnAddrType, FilterPolicy, phys, PType, P…
128 FilterPolicy, OwnAddrType, PeerAddrType, phys = 0, 0, 0, 0;
130 PInterval = [0 for i in range(phys)];
131 PWindow = [0 for i in range(phys)];
132 PConnIntervalMin = [0 for i in range(phys)];
133 PConnIntervalMax = [0 for i in range(phys)];
[all …]
/edtt-latest/src/components/
Dbasic_commands.py2620 def le_set_extended_scan_parameters(transport, idx, OwnAddrType, FilterPolicy, phys, PType, PInterv… argument
2622 …cmd = struct.pack('<HHHBBB' + 'BHH' * phys, Commands.CMD_LE_SET_EXTENDED_SCAN_PARAMETERS_REQ, 5 + …
2623 HCICommands.BT_HCI_OP_LE_SET_EXT_SCAN_PARAM, OwnAddrType, FilterPolicy, phys,
2670 …connection(transport, idx, FilterPolicy, OwnAddrType, PeerAddrType, AVal, phys, PInterval, PWindow… argument
2672 PHYCount = bin(phys).count("1")
2675 … HCICommands.BT_HCI_OP_LE_EXT_CREATE_CONN, FilterPolicy, OwnAddrType, PeerAddrType, *AVal, phys,