-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish converting all line endings to LF
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
26 changes: 13 additions & 13 deletions
26
authenticator/src/main/java/me/henneke/wearauthn/bthid/Constants.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |