Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
Parents Reply Children
  • Hi,

    You have many more numbers of packets sent each connection event with the fast one. The slave always have the MD(More Data) bit set, and the connection event goes on as long as possible.

    With slow one, the slave send a few packets, and then the slave indicates that is does not have more data to send:

    And the connection event ends. So it seems from the log, that you are not queueing up packets fast enough, and the connection event ends.

Related