Searched defs:ScanResult (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
H A DScanResult.java27 * ScanResult for Bluetooth LE scan.
29 public final class ScanResult implements Parcelable { class in inherits:Parcelable
95 * Constructs a new ScanResult.
101 * @deprecated use {@link #ScanResult(BluetoothDevice, int, int, int, int, int, int, int, ScanRecord, long)}
103 public ScanResult(BluetoothDevice device, ScanRecord scanRecord, int rssi, method in class:ScanResult
118 * Constructs a new ScanResult.
131 public ScanResult(BluetoothDevice device, int eventType, int primaryPhy, int secondaryPhy, method in class:ScanResult
146 private ScanResult(Parcel in) { method in class:ScanResult
243 * Can be one of {@link ScanResult#DATA_COMPLETE} or
244 * {@link ScanResult#DATA_TRUNCATE
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java32 public class ScanResult implements Parcelable { class in inherits:Parcelable
258 * Last time we blacklisted the ScanResult
302 * These flags are specific to the ScanResult class, and are not related to the |flags|
356 return ScanResult.is24GHz(frequency);
371 return ScanResult.is5GHz(frequency);
435 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId, method in class:ScanResult
461 public ScanResult(WifiSsid wifiSsid, String BSSID, String caps, int level, int frequency, method in class:ScanResult
479 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, method in class:ScanResult
504 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, method in class:ScanResult
514 public ScanResult(ScanResul method in class:ScanResult
547 public ScanResult() { method in class:ScanResult
[all...]

Completed in 549 milliseconds