Searched refs:UUID_LENGTH (Results 1 – 4 of 4) sorted by relevance
35 private static final int UUID_LENGTH = 16; field in ByteUtils88 return ByteBuffer.allocate(UUID_LENGTH) in uuidToBytes()103 if (bytes.length != UUID_LENGTH) { in bytesToUUID()
39 private static final int UUID_LENGTH = 16; field in Utils222 return ByteBuffer.allocate(UUID_LENGTH) in uuidToBytes()237 if (bytes.length != UUID_LENGTH) { in bytesToUUID()
69 private static final int UUID_LENGTH = 16; field in BluetoothPbapObexServer241 if (uuid.length != UUID_LENGTH) { in onConnect()245 for (int i = 0; i < UUID_LENGTH; i++) { in onConnect()
56 private static final int UUID_LENGTH = 16; field in BluetoothMapObexServer357 if (uuid.length != UUID_LENGTH) { in onConnect()361 for (int i = 0; i < UUID_LENGTH; i++) { in onConnect()