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

How to reconfigure a channel?

Hi,

I want to build a Tx that can reconfigure a channel(like change the device's number) after finding out a long time failed to send message.I use the way below: sd_ant_channel_close(channel); ant_channel_tx_acknowledged_setup(channel);//come from the routine of broadcast.

But it seems that it doesn't go as planned,can somebody tell me why?