Skip to content
Discussion options

You must be logged in to vote

It turns out the GattError is being raised. I got confused by the fact that I expected more than just the error number when doing print(err) and the value being sent by the peripheral is wrong. The correct value for this situation is insufficient authentication 5 not insufficient encryption 15. It turns out the value being evented is decimal. It is not typed so I do not know if it is a string or an integer.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by brianreinhold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant