Hi,Team,
I am developing Pawr using nrf54l15-dk.
For the Pawr example I refer to E:\NCS\v2.8.0\zephyr\samples\bluetooth\periodic_adv_rsp and periodic_sync_rsp.
Regarding the request_cb in the periodic_adv_rsp, I want to send data to the devices for sub-event 0, response slot 0, response slot 2, response slot 3, sub-event 2, response slot 1, response slot 2, response slot 5, etc. How should I do this? At present, I can only send data to all the response slots of sub-events. I don't know how to send data to some specific response slots of devices.
Thanks.