Hello,
I'm exploring the nrf5340 controller with a Fanstel evaluation board (EV-BT40)
I use the SDK V1.7.1 with vsCode.
Used example "Bluetooth: Peripheral LBS".
Connecting with phone works with the use of "nrfConnect" app and "bleScanner" app.
The button serves works also fine, after signing up, the button state is updated in both aps. But the Led service doesn't work from both apps.
I placed allready a breakpoint in "lbs.c" in function "write_led()" which should be called after data receive, but this is not triggered.
What could be wrong or how can I debug on a lower level?
Greetings peter
