How to disable BLE retransmission and how to realize first listening and then adaptive frequency hopping

Hello

  1. I want to disable the BLE retransmission mechanism on NRF52840, because this may cause a lot of latency in my application, how can I achieve this?

  2. I see these two functions in the SDK17.0:

    ble_srv_is_notification_enabled 

    ble_srv_is_indication_enabled

    Can I disable retransmission through enabled notification?
  3. I want to use SDK17.0 to realize the mechanism of first listening and then adaptive frequency hopping on NRF52840, can it be realized?

Looking forward to your reply!

Thanks a lot!

Parents Reply
  • Hi 

    Unfortunately the SoftDevice doesn't have any such feature. 

    In the SoftDevice controller there is a mechanism called QoS Conn Event Report which allows you to get a report for every connection event which contains information about retransmits, but in order to use that you would have to use the nRF Connect SDK with the SoftDevice controller instead of the nRF5 SDK and SoftDevice. 

    Best regards
    Torbjørn

Children
Related