Home
last modified time | relevance | path

Searched defs:uuidToBytes (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothUuid.java302 public static byte[] uuidToBytes(ParcelUuid uuid) { in uuidToBytes() method in BluetoothUuid
/aosp12/packages/services/Car/service/src/com/android/car/
H A DUtils.java225 public static byte[] uuidToBytes(@NonNull UUID uuid) { in uuidToBytes() method in Utils