Searched refs:PASSIVE (Results 1 – 6 of 6) sorted by relevance
/edtt-latest/src/tests/ |
D | ll_multiple_connections.py | 29 …scanner1 = Scanner(transport, 1, trace, ScanType.PASSIVE, AdvertisingReport.ADV_IND, ownAddress, S… 31 …scanner2 = Scanner(transport, 2, trace, ScanType.PASSIVE, AdvertisingReport.ADV_IND, ownAddress, S…
|
D | hci_verification.py | 510 …scanner = Scanner(transport, lowerTester, trace, ScanType.PASSIVE, AdvertisingReport.ADV_IND, ownA… 538 …scanner = Scanner(transport, upperTester, trace, ScanType.PASSIVE, AdvertisingReport.ADV_IND, ownA… 917 …scanner = Scanner(transport, lowerTester, trace, ScanType.PASSIVE, AdvertisingReport.ADV_IND, ownA… 992 …scanner = Scanner(transport, upperTester, trace, ScanType.PASSIVE, AdvertisingReport.ADV_IND, ownA…
|
D | test_utils.py | 366 …scanner = Scanner(transport, scannerId, trace, ScanType.PASSIVE, matchingReportType(advertiseType)… 402 …scanner = Scanner(transport, scannerId, trace, ScanType.PASSIVE, matchingReportType(advertiseType)…
|
D | gatt_verification.py | 641 …scanner = Scanner(transport, upperTester, trace, ScanType.PASSIVE, AdvertisingReport.ADV_IND, ownA…
|
/edtt-latest/src/components/ |
D | scanner.py | 25 PASSIVE = 0 # Use PASSIVE Scanning variable in ScanType
|
D | preambles.py | 626 …success = preamble_scan_parameters_set(transport, idx, ScanType.PASSIVE, scanInterval, scanWindow,…
|