Hi,
I am using nRF52840 Preview DK, with SDK V15.3.0 and Softdevice API V6.1.1
First, I modified the 'ble blinky peripheral example' to have more characteristics tying it to appropriate event handler and I have verified that it works using nRF Connect App.
Secondly, I modified the 'ble blinky central example', in that instead of the UUID of LED characteristic , I inserted the UUID of my own characteristic, my characteristic has the same attributes and structure as the LED characteristic.
On the central the characteristic is successfully found and given a connection handle, when I write to it by pressing the button, the event is properly executed and writing message gets printed.
but, there seems to be no action on the peripheral side, it receives nothing, when I again change the UUID to LED characteristic everything works fine and it's event handler gets called on the peipheral, but, with my chacteristic UUID no action takes place on the peripheral side.
can someone please explain ?