We have setup the RX and TX modes for ANT+ in Advanced Burst mode.
The setter function works (can confirm that by using sd_ant_adv_burst_config_set());
However when we send burst packets via sd_ant_burst_handler_request() the RX side is getting 0x50 message instead of expected 0x72
What is the correct way to get 0x72 message?