Home
last modified time | relevance | path

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

/edtt-latest/src/tests/
Dhci_verification.py58FilterPolicy, TxPower, PrimAdvPhy, SecAdvMaxSkip, SecAdvPhy, sid, ScanReqNotifyEnable = 0, 0, 0, 0…
61 … OwnAddrType, 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…
143 FilterPolicy, sid, AddrType, skip, SyncTimeout, unused = 0, 0, 0, 0, 0, 0;
146 …status = le_periodic_advertising_create_sync(transport, idx, FilterPolicy, sid, AddrType, AVal, sk…
588 FilterPolicy = AdvertisingFilterPolicy.FILTER_NONE;
597 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower, \
[all …]
Dll_verification.py664 FilterPolicy = AdvertisingFilterPolicy.FILTER_NONE;
673 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower, \
747 FilterPolicy = AdvertisingFilterPolicy.FILTER_NONE
756 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower,
826 FilterPolicy = AdvertisingFilterPolicy.FILTER_NONE
835 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower,
985 FilterPolicy = AdvertisingFilterPolicy.FILTER_NONE
994 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower,
1146 FilterPolicy = AdvertisingFilterPolicy.FILTER_NONE
1155 … PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower,
[all …]
/edtt-latest/src/components/
Dbasic_commands.py1170 …Interval, MaxInterval, paramType, OwnAddrType, DirectAddrType, AVal, ChannelMap, FilterPolicy, to): argument
1173 cmd += struct.pack('<BB', ChannelMap, FilterPolicy);
1289 def le_set_scan_parameters(transport, idx, ScanType, interval, window, AddrType, FilterPolicy, to): argument
1291 …Q, 9, HCICommands.BT_HCI_OP_LE_SET_SCAN_PARAM, ScanType, interval, window, AddrType, FilterPolicy);
1335 def le_create_connection(transport, idx, ScanInterval, ScanWindow, FilterPolicy, PeerAddrType, AVal… argument
1337 …, 27, HCICommands.BT_HCI_OP_LE_CREATE_CONN, ScanInterval, ScanWindow, FilterPolicy, PeerAddrType, …
2324 …al, PrimMaxInterval, PrimChannelMap, OwnAddrType, PeerAddrType, AVal, FilterPolicy, TxPower, PrimA… argument
2329 …cmd += struct.pack('<BbBBBBB', FilterPolicy, TxPower, PrimAdvPhy, SecAdvMaxSkip, SecAdvPhy, sid, S…
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,
[all …]
Dpreambles.py526 …mMaxInterval, PrimChannelMap, OwnAddrType, PeerAddrType, PeerAddress, FilterPolicy, TxPower, PrimA… argument
531 …PeerAddress, FilterPolicy, TxPower, PrimAdvPhy, SecAdvMaxSkip, SecAdvPhy, Sid, ScanReqNotifyEnable…