Searched refs:UUID_LENGTH (Results 1 – 3 of 3) sorted by relevance
43 private static final int UUID_LENGTH = 16; field in Utils227 return ByteBuffer.allocate(UUID_LENGTH) in uuidToBytes()242 if (bytes.length != UUID_LENGTH) { in bytesToUUID()
69 private static final int UUID_LENGTH = 16; field in BluetoothPbapObexServer250 if (uuid.length != UUID_LENGTH) { in onConnect()254 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()