Hi,
I can change the scan response ID before starting the device with GAPRole_SetParameter(GAPROLE_SCAN_RSP_DATA, ...) but cannot change it after starting.
Can I do this by stopping the device, making the change and restarting? I don't see which functions to call to do this, can you help me?
Desired Flow:
1. Set a default scan ID
2. Start device (scannable)
3. New ID received via serial port
4. if currently no connection, Stop Device, Set new ID, restart device (scannable)
Thanks,
Mark