Hello.
I am developing a central operation using nrf52832 (S132 v7.0.1, SDK v17.0.0).
When making a BLE connection, you will receive an advertisement first.
Then SCAN_REQ is returned to the other party.
Can this SCAN_REQ store data freely like ADV_IND and SCAN_RSP?
Is the data structure of SCAN_REQ only "advertise address" and "scan address", and not the others?
Please let me know if the recognition is wrong.