Home
last modified time | relevance | path

Searched defs:ScanType (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiAnnotations.java41 public @interface ScanType {} annotation in WifiAnnotations
/packages/modules/Connectivity/nearby/framework/java/android/nearby/
DScanRequest.java267 public @interface ScanType { annotation in ScanRequest
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceListPreferenceFragment.kt60 enum class ScanType { class
/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py162 class ScanType(enum.IntEnum): class
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1182 pub enum ScanType { enum
1187 impl Default for ScanType { implementation