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

simultaneous scanning and extended advertising with SDK 15.2

Hi. I tested extended advertising of Bluetooth 5 with examples, ble_app_rscs_c and ble_app_rscs, in SDK 15.2. It works well.

And I added 216 bytes manufacturer's data to the advertising packet. And the data also changes each second.

Now I want to use scanning and extended advertising simultaneously on same board.

Is it available?

Also I will test it with ble_app_hrs_rscs_relay. But I want to know whether it is available before I do it.

Parents
  • Hello.

    Sorry about the delay.

    Now I want to use scanning and extended advertising simultaneously on same board.

    Yes, it is possible to do both scanning and advertising on the same board and in the same application.

    It's not possible to do scanning and advertising simultaneously, as in at the exact same time. You will have to switch between scanning and advertising.

    Best regards,
    Joakim

Reply
  • Hello.

    Sorry about the delay.

    Now I want to use scanning and extended advertising simultaneously on same board.

    Yes, it is possible to do both scanning and advertising on the same board and in the same application.

    It's not possible to do scanning and advertising simultaneously, as in at the exact same time. You will have to switch between scanning and advertising.

    Best regards,
    Joakim

Children
No Data
Related