Hello. I have a device that connects to desktop app through usbuart-to-ble converter and I'm trying to simulate it using nrf52832. I've started from ble_blinky example using Keil Uvision. Advertising works perfectly, but when I try to connect the device, desktop app stops to respond. Using ble sniffer i investigate that the problem is on nrf side. As I understand, desktop app try to write/read attributes, that are not present in device. On screenshot you can see that nrf responds with error "INVALID HANDLE". So I tried to investigate what is Attribute Handle and how to change it programmatically, but I couldn't find any suitable solution. So here's the question: can I change attribute value programmatically and in which way I should do it?