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

Setting ANT search waveform to fast causes BLE disconnects

I am utilizing the nRF52832 with softdevice S332 with both ANT and BLE enabled (no peer manager). When I set the ANT search for a channel to use ANT_WAVEFORM_FAST it causes frequent loss of connection when I am connected via BLE to a device. Below is the code I am using immediately after the init for the channel

err_code = sd_ant_channel_low_priority_rx_search_timeout_set(0, 12); 
APP_ERROR_CHECK(err_code);
err_code = sd_ant_search_waveform_set(0, ANT_WAVEFORM_FAST);
APP_ERROR_CHECK(err_code);
Parents Reply Children
No Data
Related