Hello everybody !
My code is based on the code of the "ble_app_multilink_central" on which, I added some of the code "ble_app_uart_c" for the initialization and the event manager on the uart. I have a nrf52832 development board as a central and 2 rf52832 developpemtn boards as a peripheral. Each peripheral consists of 4 characteristics.
I am currently using the following code to be able to manage by my PC the connection between the central and the peripherals :
In my uart event handle, I created several commands that I manage from my PC.
For example by pressing "1", I start scanning, and "3" i disconnect the link between central and peripherals.
My goal is to add a function by pressing, for example "2", writing the message "0x01" on a feature of each peripheral, which could for example be interpreted by my 2 devices by "change status of one of their LED.
What does my peripheral do when you write about one of its values :
Thank you in advance for your assistance !