This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Broadcast standard and extended advertisement simultaneously

Using a nRF52832, I would like to broadcast advertisement packets normally and in extended mode at the same time. Is this possible or do I have to ping-pong between, stop advertisement, switch mode, then start advertisement? 

In normal advertisement I need to use non-coded PHY and in extended advertisement I need the coded PHY.

thanks

Parents
  • Hello

    I assume you're using NCS and Zephyr?

    If you have to do it exactly as you describe, then I believe you will have to stop advertising and switch modes yes.

    However, if you're able to do all your advertising within the extended advertisement framework, then you could use the bt_le_ext_adv_set_data to change the advertising data on the fly. But if you need to modify your advertising parameters you will still have to stop advertising to change them.

    It usually says in the documentation whether you have to stop advertising before you run a function.

    Best regards,

    Einar

Reply
  • Hello

    I assume you're using NCS and Zephyr?

    If you have to do it exactly as you describe, then I believe you will have to stop advertising and switch modes yes.

    However, if you're able to do all your advertising within the extended advertisement framework, then you could use the bt_le_ext_adv_set_data to change the advertising data on the fly. But if you need to modify your advertising parameters you will still have to stop advertising to change them.

    It usually says in the documentation whether you have to stop advertising before you run a function.

    Best regards,

    Einar

Children
No Data
Related