This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sending multiple notify packets per connection interval

Hi,

Device: NRF53

I'm trying to send 3 notify packets in a 15ms connection internal but I can send 2.

I'm using Nrf connect and Zephyr.  is there a limit or a define to set this.

Thank you for any guidance and help

Regards

Parents Reply Children
  • Sounds good. Please let me know if you don't figure it out.

  • Hi Simon,

    I've modified the uart example to send 3 notifies but I have to sleep for 30ms in the thread to enable this to happen,  I'm targeting my system to send 3 notifies in every connection event. If I reduce this time it reverts to two notifies per connection event.

    What is the limiting factor?  Thanks in advance.

    Neil

  • Hello.

    Sorry for the delay on this.

    I talked to a colleague about this and got some insight on what may be the cause

    How many packets you can send each connection event depends on how big the buffers are, both in host and LL. You can look at the configs of the ATT throughput example.

    I tried to increase CONFIG_BT_BUF_ACL_TX_COUNTCONFIG_BT_L2CAP_TX_BUF_COUNT and CONFIG_BT_CONN_TX_MAX, without any luck. I will continue to investigate tomorrow.

    Best regards,

    Simon

Related