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

How to advertise at data channels by usaging softdevice 7.0.1 and SDK16.0.0?

Hi,

    Just like the issue that title has shown.

    How to set structs and functions?

BR,

    Yoole

Parents Reply
  • Hi Simon

    Sadly, I cannot find the methods to change channels except 3 advertising channels. 

    At ble_app_beacon example, I set the struct of ble_gap_adv_params_t like below.

     

    		m_adv_params.channel_mask[0] = 0xff;
    		m_adv_params.channel_mask[1] = 0xff;
    		m_adv_params.channel_mask[2] = 0xff;
    		m_adv_params.channel_mask[3] = 0xff;
    		m_adv_params.channel_mask[4] = 0xef;

    However, it may be something wrong, there's no advertising packet on the air at ch36.

    BR,

    Yoole

Children
No Data
Related