Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothUuid.java177 public static final ParcelUuid BASE_UUID = field in BluetoothUuid
287 long msb = BASE_UUID.getUuid().getMostSignificantBits() + (shortUuid << 32); in parseUuidFrom()
288 long lsb = BASE_UUID.getUuid().getLeastSignificantBits(); in parseUuidFrom()
347 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) { in is16BitUuid()
365 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) { in is32BitUuid()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt2110 field @NonNull public static final android.os.ParcelUuid BASE_UUID;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10867 Landroid/bluetooth/BluetoothUuid;->BASE_UUID:Landroid/os/ParcelUuid;