Searched refs:UUID_LENGTH (Results 1 – 4 of 4) sorted by relevance
88 private static final int UUID_LENGTH = 16; field in CarServiceUtils159 return ByteBuffer.allocate(UUID_LENGTH) in uuidToBytes()174 if (bytes.length != UUID_LENGTH) { in bytesToUUID()
56 private static final int UUID_LENGTH = 16; field in BluetoothPbapObexServer261 if (uuid.length != UUID_LENGTH) { in onConnect()270 for (int i = 0; i < UUID_LENGTH; i++) { in onConnect()
58 private static final int UUID_LENGTH = 16; field in BluetoothMapObexServer344 if (uuid.length != UUID_LENGTH) { in onConnect()353 for (int i = 0; i < UUID_LENGTH; i++) { in onConnect()
75 private static final int UUID_LENGTH = 25; field in AvrcpControllerStateMachineTest490 assertThat((results.getID()).substring(UUID_START, UUID_LENGTH)).isEqualTo(rootName); in testGetDeviceRootNode_flagRandomDeviceIdEnabled_rootNodeMatchesUuidFormat()