public static interface WifiNative.PnoEventHandler
Modifier and Type | Method and Description |
---|---|
void |
onPnoNetworkFound(ScanResult[] results)
Callback to notify when one of the shortlisted networks is found during PNO scan.
|
void |
onPnoScanFailed()
Callback to notify when the PNO scan schedule fails.
|
void onPnoNetworkFound(ScanResult[] results)
results
- List of Scan results received.void onPnoScanFailed()