Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DUtils.java39 private static final int UUID_LENGTH = 16; field in Utils
222 return ByteBuffer.allocate(UUID_LENGTH) in uuidToBytes()
237 if (bytes.length != UUID_LENGTH) { in bytesToUUID()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java69 private static final int UUID_LENGTH = 16; field in BluetoothPbapObexServer
241 if (uuid.length != UUID_LENGTH) { in onConnect()
245 for (int i = 0; i < UUID_LENGTH; i++) { in onConnect()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java56 private static final int UUID_LENGTH = 16; field in BluetoothMapObexServer
352 if (uuid.length != UUID_LENGTH) { in onConnect()
356 for (int i = 0; i < UUID_LENGTH; i++) { in onConnect()