Home
last modified time | relevance | path

Searched refs:BLUETOOTH_LE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/companion/
DAssociatedDevice.java38 private static final int BLUETOOTH_LE = 1; field in AssociatedDevice
103 if (mDevice instanceof android.bluetooth.le.ScanResult) return BLUETOOTH_LE; in getDeviceType()
111 case BLUETOOTH_LE: return android.bluetooth.le.ScanResult.CREATOR; in getDeviceCreator()