Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
companion-app-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anon
companion-app-android
Commits
1f2eca7e
Commit
1f2eca7e
authored
5 years ago
by
genofire
Browse files
Options
Downloads
Patches
Plain Diff
ble: card10 svc - update uuids
parent
e9ecad4f
No related branches found
No related tags found
No related merge requests found
Pipeline
#3098
failed
5 years ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/java/de/ccc/events/badge/card10/Constants.kt
+18
-6
18 additions, 6 deletions
app/src/main/java/de/ccc/events/badge/card10/Constants.kt
with
18 additions
and
6 deletions
app/src/main/java/de/ccc/events/badge/card10/Constants.kt
+
18
−
6
View file @
1f2eca7e
...
...
@@ -29,17 +29,29 @@ const val CARD10_BLUETOOTH_MAC_PREFIX = "CA:4D:10"
val
GENERIC_ACCESS_SERVICE_UUID
=
UUID
.
fromString
(
"00001800-0000-1000-8000-00805f9b34fb"
)
val
DEVICE_NAME_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"00002a00-0000-1000-8000-00805f9b34fb"
)
// Card10 File SVC
val
FILE_SERVICE_UUID
=
UUID
.
fromString
(
"42230100-2342-2342-2342-234223422342"
)
val
FILE_TX_UUID
=
UUID
.
fromString
(
"42230101-2342-2342-2342-234223422342"
)
val
FILE_RX_UUID
=
UUID
.
fromString
(
"42230102-2342-2342-2342-234223422342"
)
// Card10 SVC
val
CARD10_SERVICE_UUID
=
UUID
.
fromString
(
"42230200-2342-2342-2342-234223422342"
)
val
TIME_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"42230201-2342-2342-2342-234223422342"
)
val
VIBRA_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"4223020f-2342-2342-2342-234223422342"
)
val
ROCKETS_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"42230210-2342-2342-2342-234223422342"
)
val
BG_LED_BUTTON_LEFT_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"42230211-2342-2342-2342-234223422342"
)
val
BG_LED_BUTTON_RIGHT_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"42230212-2342-2342-2342-234223422342"
)
val
BG_LED_TOP_RIGHT_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"42230213-2342-2342-2342-234223422342"
)
val
BG_LED_TOP_LEFT_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"42230214-2342-2342-2342-234223422342"
)
val
DIM_BOTTOM_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"42230215-2342-2342-2342-234223422342"
)
val
DIM_TOP_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"42230216-2342-2342-2342-234223422342"
)
val
LEDS_POWERSAFE_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"42230217-2342-2342-2342-234223422342"
)
val
FLASHLIGHT_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"42230218-2342-2342-2342-234223422342"
)
val
PERSONAL_STATE_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"42230219-2342-2342-2342-234223422342"
)
val
LEDS_ABOVE_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"42230220-2342-2342-2342-234223422342"
)
val
SINGLE_LED_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"42230211-2342-2342-2342-234223422342"
)
val
LIGHT_SENSOR_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"422302f0-2342-2342-2342-234223422342"
)
val
TIME_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"42230201-2342-2342-2342-234223422342"
)
val
FILE_SERVICE_UUID
=
UUID
.
fromString
(
"42230100-2342-2342-2342-234223422342"
)
val
FILE_TX_UUID
=
UUID
.
fromString
(
"42230101-2342-2342-2342-234223422342"
)
val
FILE_RX_UUID
=
UUID
.
fromString
(
"42230102-2342-2342-2342-234223422342"
)
val
LIGHT_SENSOR_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"422302f0-2342-2342-2342-234223422342"
)
const
val
UPDATE_CLOCK_FREQUENCY_MINS
=
5
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment