Home
last modified time | relevance | path

Searched defs:ScanResult (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/le/
DScanResult.java31 public class ScanResult { class
35 private ScanResult(android.bluetooth.le.ScanResult scanResult) { in ScanResult() method in ScanResult
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanResult.java32 public final class ScanResult implements Parcelable, Attributable { class
108 public ScanResult(BluetoothDevice device, ScanRecord scanRecord, int rssi, in ScanResult() method in ScanResult
136 public ScanResult(BluetoothDevice device, int eventType, int primaryPhy, int secondaryPhy, in ScanResult() method in ScanResult
151 private ScanResult(Parcel in) { in ScanResult() method in ScanResult
/packages/modules/Bluetooth/system/service/common/android/bluetooth/
Dscan_result.h35 ScanResult(const ::bluetooth::ScanResult& scan_result) // NOLINT in ScanResult() function
/packages/modules/Bluetooth/system/service/common/bluetooth/
Dscan_result.cc24 ScanResult::ScanResult(const std::string& device_address, in ScanResult() function in bluetooth::ScanResult
/packages/modules/Wifi/framework/java/android/net/wifi/
DScanResult.java50 public final class ScanResult implements Parcelable { class
1339 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId, in ScanResult() method in ScanResult
1373 public ScanResult(WifiSsid wifiSsid, String BSSID, String caps, int level, int frequency, in ScanResult() method in ScanResult
1399 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, in ScanResult() method in ScanResult
1426 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, in ScanResult() method in ScanResult
1436 public ScanResult(@NonNull ScanResult source) { in ScanResult() method in ScanResult
1471 public ScanResult() { in ScanResult() method in ScanResult
/packages/modules/Bluetooth/system/service/test/
Dparcelable_unittest.cc138 TEST(ParcelableTest, ScanResult) { in TEST() argument