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

How to configure different data rates (phy) in ble_app_beacon example application

Hi,

I am using ble_app_beacon with Softdevice S140 with SDK 17.02 for nrf52840. 

In the example code I want to set beaconing to only one channel (channel 39) and be able to set data rate 128kbps (Coded), 1mbps or 2mbps.

1. Is this possible with the ble_app_beacon test application?

2. If yes, how do I configure the different data rates?

I am able to do channel locking using below command

m_adv_params.channel_mask[4] = 0x60;    //For channel locking to channel 39 and masking 37 and 38.

Related