Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
forks
ble
Commits
99ada741
Commit
99ada741
authored
Oct 28, 2017
by
deadprogram
Browse files
Correct key error
Signed-off-by:
deadprogram
<
ron@hybridgroup.com
>
parent
6d28c278
Changes
1
Hide whitespace changes
Inline
Side-by-side
darwin/device.go
View file @
99ada741
...
...
@@ -437,7 +437,7 @@ func (d *Device) HandleXpcEvent(event xpc.Dict, err error) {
// characteristic is subscribed by remote central.
d
.
conn
(
args
)
.
subscribed
(
d
.
chars
[
args
.
attributeID
()])
case
xpcID
[
evtUnubscribe
]
:
case
xpcID
[
evtUn
s
ubscribe
]
:
// characteristic is unsubscribed by remote central.
d
.
conn
(
args
)
.
unsubscribed
(
d
.
chars
[
args
.
attributeID
()])
...
...
Write
Preview
Markdown
is supported
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