What does 08 returned by emconinfo_getDiscReason() mean?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Is there a list of the errors generated by emconinfo_getDiscReason()?


Central attempted connection (connUP) to peripheral,

but instead of connUP callback, central got connDown callback, in which emconinfo_getDiscReason() reported disconnect reason was "08".

0 Likes
1 Solution

That's a good question.  You can check connection parameters as soon as connection is established.  Slave can request master to change parameters anytime.  So you can also register to process slave request for parameters update by overwriting lel2cap_handleConnParamUpdateReq.  Check blecen code how it is done.

View solution in original post

8 Replies