OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opportunistic
(Results
1 - 25
of
32
) sorted by null
1
2
/tools/test/connectivity/acts/tests/google/ble/scan/
BleOpportunisticScanTest.py
17
This test script exercises different
opportunistic
scan scenarios.
93
"""Test
opportunistic
scan with no advertisement.
95
Tests
opportunistic
scan where there are no advertisements. This should
99
1. Initialize scanner with scan mode set to
opportunistic
mode.
104
Find no advertisements with the
opportunistic
scan instance.
110
TAGS: LE, Advertising, Scanning,
Opportunistic
Scan
127
"""Test batch
opportunistic
scan without an advertisement.
129
Tests
opportunistic
scan where there are no advertisements. This should
133
1. Initialize scanner with scan mode set to
opportunistic
mode.
140
Find no advertisements with the
opportunistic
scan instance
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AppScanStats.java
44
boolean
opportunistic
;
field in class:AppScanStats.LastScan
50
boolean
opportunistic
, boolean background) {
53
this.
opportunistic
=
opportunistic
;
103
scan.
opportunistic
= settings.getScanMode() == ScanSettings.SCAN_MODE_OPPORTUNISTIC;
210
if (lastScan.
opportunistic
) sb.append(" (
Opportunistic
)");
212
if (lastScan.timeout) sb.append(" (Forced-
Opportunistic
)");
237
if (scan.
opportunistic
) sb.append("Opp ");
ScanManager.java
71
// Maximum msec before scan gets downgraded to
opportunistic
[
all
...]
/external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.h
32
int
opportunistic
;
member in struct:rsn_pmksa_cache_entry
pmksa_cache_auth.c
354
entry->
opportunistic
= 1;
376
entry->
opportunistic
= 1;
452
* Use
opportunistic
key caching (OKC) to find a PMK for a supplicant.
584
"Index / SPA / PMKID / expiration (in seconds) /
opportunistic
\n");
600
entry->
opportunistic
);