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

NCS Advertise While Scanning

Hi,

I've implemented a program on the nRF5 SDK, based on the ble_app_att_mtu_throughput example, that sends out advertisements in between periods in which it scans for incoming advertisements from other boards. I was wondering whether this can also be done on the NCS SDK, since I want to take advantage of its added features. If so, is there a good example to start with?

Thanks!

Parents Reply
  • I asked because non-connectable is easier to enable. Connectable advertising means you have to handle peripheral connections in your app , while that is not necessary if you only intend to broadcast data through non-connectable advertisement packets, then you can just start advertising like in the Beacone example.

    Bluetooth: Throughput support both the GAP peripheral and central role, but it might require some modifications to support connection with both roles concurrently. Maybe it's similar to what you already did with the throughput example in the nRF5 SDK.

Children
No Data
Related