Home
last modified time | relevance | path

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

/edtt-latest/src/tests/
Dhci_verification.py54 handle, props, PrimChannelMap, OwnAddrType, PeerAddrType = 0, 0, 0, 0, 0;
61OwnAddrType, PeerAddrType, AVal, FilterPolicy, TxPower, PrimAdvPhy, SecAdvMaxSkip, \
115 OwnAddrType, FilterPolicy, phys = 0, 0, 0;
120 …status = le_set_extended_scan_parameters(transport, idx, OwnAddrType, FilterPolicy, phys, PType, P…
128 FilterPolicy, OwnAddrType, PeerAddrType, phys = 0, 0, 0, 0;
139 …status = le_extended_create_connection(transport, idx, FilterPolicy, OwnAddrType, PeerAddrType, AV…
585 OwnAddrType = SimpleAddressType.PUBLIC;
597 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower, \
645 OwnAddrType = SimpleAddressType.PUBLIC;
657 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower, \
Dll_verification.py662 OwnAddrType = SimpleAddressType.PUBLIC;
673 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower, \
744 OwnAddrType = SimpleAddressType.PUBLIC
756 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower,
823 OwnAddrType = SimpleAddressType.PUBLIC
835 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower,
982 OwnAddrType = SimpleAddressType.PUBLIC
994 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower,
1143 OwnAddrType = SimpleAddressType.PUBLIC
1155 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower,
[all …]
/edtt-latest/src/components/
Dbasic_commands.py1170 def le_set_advertising_parameters(transport, idx, MinInterval, MaxInterval, paramType, OwnAddrType,… argument
1172 …mands.BT_HCI_OP_LE_SET_ADV_PARAM, MinInterval, MaxInterval, paramType, OwnAddrType, DirectAddrType…
1335 …port, idx, ScanInterval, ScanWindow, FilterPolicy, PeerAddrType, AVal, OwnAddrType, ConnIntervalMi… argument
1338 …cmd += struct.pack('<BHHHHHH', OwnAddrType, ConnIntervalMin, ConnIntervalMax, ConnLatency, Supervi…
2324 … idx, handle, props, PrimMinInterval, PrimMaxInterval, PrimChannelMap, OwnAddrType, PeerAddrType, … argument
2328 cmd += struct.pack('<BBB6B', PrimChannelMap, OwnAddrType, PeerAddrType, *AVal);
2620 def le_set_extended_scan_parameters(transport, idx, OwnAddrType, FilterPolicy, phys, PType, PInterv… argument
2623 HCICommands.BT_HCI_OP_LE_SET_EXT_SCAN_PARAM, OwnAddrType, FilterPolicy, phys,
2670 def le_extended_create_connection(transport, idx, FilterPolicy, OwnAddrType, PeerAddrType, AVal, ph… argument
2675 … HCICommands.BT_HCI_OP_LE_EXT_CREATE_CONN, FilterPolicy, OwnAddrType, PeerAddrType, *AVal, phys,
Dpreambles.py526 … Handle, Properties, PrimMinInterval, PrimMaxInterval, PrimChannelMap, OwnAddrType, PeerAddrType, … argument
530 … Handle, Properties, PrimMinInterval, PrimMaxInterval, PrimChannelMap, OwnAddrType, PeerAddrType, \