Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Andy B-S
Companion App Android
Commits
745aa095
Commit
745aa095
authored
Aug 23, 2019
by
Stefan Zabka
Browse files
changed write type
parent
8ca0e78b
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/de/ccc/events/badge/card10/Constants.kt
View file @
745aa095
...
@@ -51,11 +51,11 @@ val FLASHLIGHT_CHARACTERISTIC_UUID = UUID.fromString("42230218-2342-2342-2342-23
...
@@ -51,11 +51,11 @@ val FLASHLIGHT_CHARACTERISTIC_UUID = UUID.fromString("42230218-2342-2342-2342-23
val
PERSONAL_STATE_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"42230219-2342-2342-2342-234223422342"
)
val
PERSONAL_STATE_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"42230219-2342-2342-2342-234223422342"
)
enum
class
PersonalState
(
val
v
:
Byte
)
{
enum
class
PersonalState
(
val
v
:
Byte
)
{
NONE
(
0x0000
),
NONE
(
0x0000
),
NO_CONTACT
(
0x0100
.
toByte
()),
NO_CONTACT
(
0x0100
.
toByte
()),
CHAOS
(
0x0200
.
toByte
()),
CHAOS
(
0x0200
.
toByte
()),
COMMUNICATION
(
0x0300
.
toByte
()),
COMMUNICATION
(
0x0300
.
toByte
()),
CAMP
(
0x0400
.
toByte
())
CAMP
(
0x0400
.
toByte
())
}
}
val
LEDS_ABOVE_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"42230220-2342-2342-2342-234223422342"
)
val
LEDS_ABOVE_CHARACTERISTIC_UUID
=
UUID
.
fromString
(
"42230220-2342-2342-2342-234223422342"
)
...
...
app/src/main/java/de/ccc/events/badge/card10/time/Card10Service.kt
View file @
745aa095
...
@@ -41,8 +41,7 @@ class Card10Service(
...
@@ -41,8 +41,7 @@ class Card10Service(
timeCharacteristic
.
writeType
=
BluetoothGattCharacteristic
.
WRITE_TYPE_NO_RESPONSE
timeCharacteristic
.
writeType
=
BluetoothGattCharacteristic
.
WRITE_TYPE_NO_RESPONSE
rocketsCharacteristic
.
writeType
=
BluetoothGattCharacteristic
.
WRITE_TYPE_NO_RESPONSE
rocketsCharacteristic
.
writeType
=
BluetoothGattCharacteristic
.
WRITE_TYPE_NO_RESPONSE
ledsAboveCharacteristic
.
writeType
=
BluetoothGattCharacteristic
.
WRITE_TYPE_NO_RESPONSE
ledsAboveCharacteristic
.
writeType
=
BluetoothGattCharacteristic
.
WRITE_TYPE_NO_RESPONSE
personalStateCharacteristic
.
writeType
=
BluetoothGattCharacteristic
.
WRITE_TYPE_NO_RESPONSE
personalStateCharacteristic
.
writeType
=
BluetoothGattCharacteristic
.
WRITE_TYPE_DEFAULT
}
}
fun
setTime
()
{
fun
setTime
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment