Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DUtils.java43 private static final int UUID_LENGTH = 16; field in Utils
227 return ByteBuffer.allocate(UUID_LENGTH) in uuidToBytes()
242 if (bytes.length != UUID_LENGTH) { in bytesToUUID()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java69 private static final int UUID_LENGTH = 16; field in BluetoothPbapObexServer
250 if (uuid.length != UUID_LENGTH) { in onConnect()
254 for (int i = 0; i < UUID_LENGTH; i++) { in onConnect()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java56 private static final int UUID_LENGTH = 16; field in BluetoothMapObexServer
357 if (uuid.length != UUID_LENGTH) { in onConnect()
361 for (int i = 0; i < UUID_LENGTH; i++) { in onConnect()