Resolved! How do I handle write operations from client to server?
My project involves a Nucleo-64+X-NUCLEO-BNRG2A1 communicating with an Android phone via Bluetooth.I successfully sent data from the server (BNRG2A1) to the client (Android phone), but I cannot figure out how to do the same from client to server. Und...