How to enable long range in pawr

Hi,

I am developing Long Range and Pawr using nrf54l15-dk.

For the Long Range example I refer to E:\NCS\v2.8.0\nrf\samples\bluetooth\central_and_peripheral_hr and peripheral_hr_coded.

For the Pawr  example I refer to E:\NCS\v2.8.0\zephyr\samples\bluetooth\periodic_adv_rsp and periodic_sync_rsp.

The central_and_peripheral_hr and peripheral_hr_coded examples didn't give me any help. How do I use long range in the examples for periodic_adv_rsp and periodic_sync_rsp?

I found some methods on this site, but I don't know how to use .https://novelbits.io/bluetooth-long-range-coded-phy/

And some apis don't know where, such as: Switch to using Coded PHY during an existing (1M or 2M) connection via the PHY update procedure.

My goal is to implement the use of long range in the examples for periodic_adv_rsp and periodic_sync_rsp.

Thanks.

Related