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 Children
Related