Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

How to enable advance burst in ANT

Rank

Total Posts: 5

Joined 2016-04-01

PM

How to enable advance burst in ANT ? i have set LibConfig parameter to channel as below:

mAntChannel.setChannelId(channelId);   //  set channle id
mAntChannel.setPeriod(CHANNEL_PROOF_PERIOD);  //set period
mAntChannel.setRfFrequency(CHANNEL_PROOF_FREQUENCY); //set frequency
LibConfig libConfig = new LibConfig(truetruetrue);  //this is for getting extended data
mAntChannel.setAdapterWideLibConfig(libConfig);
mAntChannel.open(); 

is anything else i need to do to enable advance burst ?

Thanks.