I'm working on the SensorTile board that acts as a server in a BLE connection with a tablet (the client). I was able to send data trough the BLE from server to the client but I can't send data from client to server. Do you have any suggestions?
Reading the SampleApp code when the client send data to the server it seems that an EVT_BLUE_GATT_ATTRIBUTE_MODIFIED should be detected in the user_notify(...) function. But if I write on the characteristic from my tablet app nothing happens...In the...