Hello,
I got a problem duringing advertising with the following scenario:
- I advertise some data to a Scanner.
- The Scanner answers with a Scan Request.
- The ble event handler jumps into BLE_GAP_EVT_SCAN_REQ_REPORT
- within this event, I change the scan response data depending on the received peer address.
--> That data is not sent in the scan response packet.
Obiviously I can not change the response data until the current advertising has been terminated.
Is this a bug in the Softdevice or done on perpose ?
Best regards
Stefan
PS: could you help me finding the ble timing parameters (timing between advertsinng --> scan request --> scan repsonse) within the bluetooth spec ?