How to have a READABLE Characteristic to a BlueNRG-M2SP
I try to read the data from BlueNRG-M2SP on an android application. For that with my STM32 I send to the UART a "u". On the application, I scan the services and Characteristic and I only find a write Characteristic but no read Characteristic, and I can't find in the documentation (https://www.st.com/resource/en/programming_manual/dm00294449-bluenrg-1-bluenrg-2-ble-stack-v2-x-programming-guidelines-stmicroelectronics.pdf ) how to have a read Characteristic on the custome service.
i use the code exemple BLE chat Server that can find on the BlueNRG-1 Navigator
On the code exemple i find some UUID but that doesn't work when i try to read data from the STM32
