Dear developers,
Currently, I'm developing a new application that uses Nordic Uart Service (NUS) over BLE.
Everything is working fine. However, I would like reset (delete) contents in NUS Rx Characteristic (UUID: 0x6E400002-B....) on every disconnect event, so that this charac. shows Value:0x00 on every new connection.
Do you know anyway to achieve this ?
Thank you.