Home
last modified time | relevance | path

Searched refs:PeerAddrType (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;
61 … OwnAddrType, PeerAddrType, AVal, FilterPolicy, TxPower, PrimAdvPhy, SecAdvMaxSkip, \
128 FilterPolicy, OwnAddrType, PeerAddrType, phys = 0, 0, 0, 0;
139 …status = le_extended_create_connection(transport, idx, FilterPolicy, OwnAddrType, PeerAddrType, AV…
586 PeerAddrType = 0;
597 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower, \
646 PeerAddrType = 0;
657 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower, \
Dll_verification.py663 PeerAddrType, PeerAddress = random_address( 0x456789ABCDEF );
673 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower, \
745 PeerAddrType = SimpleAddressType.PUBLIC
756 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower,
824 PeerAddrType = SimpleAddressType.PUBLIC
835 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower,
983 PeerAddrType = SimpleAddressType.PUBLIC
994 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower,
1144 PeerAddrType = SimpleAddressType.PUBLIC
1155 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower,
[all …]
/edtt-latest/src/components/
Dpreambles.py526 …rties, PrimMinInterval, PrimMaxInterval, PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, F… argument
530 … Handle, Properties, PrimMinInterval, PrimMaxInterval, PrimChannelMap, OwnAddrType, PeerAddrType, \
Dbasic_commands.py1335 def le_create_connection(transport, idx, ScanInterval, ScanWindow, FilterPolicy, PeerAddrType, AVal… argument
1337 …HCICommands.BT_HCI_OP_LE_CREATE_CONN, ScanInterval, ScanWindow, FilterPolicy, PeerAddrType, *AVal);
2324 …props, PrimMinInterval, PrimMaxInterval, PrimChannelMap, OwnAddrType, PeerAddrType, AVal, FilterPo… argument
2328 cmd += struct.pack('<BBB6B', PrimChannelMap, OwnAddrType, PeerAddrType, *AVal);
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,