This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

limit packet number per connection interval

Hi, I knew I can send multi packets per connection interval. Can I limit 51822 only send "one" packet per connection interval?

Parents
  • With sd_ble_opt_set(...) you can configure the SoftDevice for the type of throughput performance your application demands. If you configure the bandwidh to BLE_CONN_BW_LOW, only 1 packet per connection interval will be sent.

Reply
  • With sd_ble_opt_set(...) you can configure the SoftDevice for the type of throughput performance your application demands. If you configure the bandwidh to BLE_CONN_BW_LOW, only 1 packet per connection interval will be sent.

Children