Select the secondary channels of BLE

Hello,

I need your help about BLE channels. Currently, I use only the primary channel 38 for advertising data but, when the data are sent, I don't have the information of secondary channels (except the type, LE Coded, 1M, 2M).

Can we get this information using the BLE APIs ?
And, can we select  the secondary channels ?

Environment :
Nordic SDK with Zephyr 3.7.99
SoftDevice BLE controller.

Thanks in advance.

Best regards,

Parents Reply Children
  • I have another question if you would be so kind. What I have learned from other questions is that these functions are used on the central to limit the peripheral.
    When I first read you question, I assumed you had a peripheral that you were trying to limit to certain send channels.

    Can you clarify for me? 

    - are you using these functions on the central or the peripheral?

    - If it is the peripheral, you are saying that things like extended advertisement are sending only on the specified channel and sub channel you select?

Related