Skip to content

Commit

Permalink
Finish converting all line endings to LF
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Apr 19, 2020
1 parent d04b782 commit 28048d5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions authenticator/src/main/java/me/henneke/wearauthn/bthid/Constants.kt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package me.henneke.wearauthn.bthid

import me.henneke.wearauthn.fido.hid.HID_REPORT_SIZE

object Constants {
const val SDP_NAME = "WearAuthn"
const val SDP_DESCRIPTION = "FIDO2/U2F Security Key"
const val SDP_PROVIDER = "WearAuthn"
const val QOS_TOKEN_RATE = 1000
const val QOS_TOKEN_BUCKET_SIZE = HID_REPORT_SIZE + 1
const val QOS_PEAK_BANDWIDTH = 2000
const val QOS_LATENCY = 5000
}
package me.henneke.wearauthn.bthid

import me.henneke.wearauthn.fido.hid.HID_REPORT_SIZE

object Constants {
const val SDP_NAME = "WearAuthn"
const val SDP_DESCRIPTION = "FIDO2/U2F Security Key"
const val SDP_PROVIDER = "WearAuthn"
const val QOS_TOKEN_RATE = 1000
const val QOS_TOKEN_BUCKET_SIZE = HID_REPORT_SIZE + 1
const val QOS_PEAK_BANDWIDTH = 2000
const val QOS_LATENCY = 5000
}

0 comments on commit 28048d5

Please sign in to comment.