User Activity

Hello all,I want to modify the p2p-Service for sending 20 bytes payload instead of only 2 bytes by default. The only one I did, is changing the notification-characteristic in the file "p2p_stm.c" like this: COPY_P2P_NOTIFY_UUID(uuid16.Char_UUID_128);...
Hello all,I´m modifying the P2P-Server Service for using it for my own purposes. I want to send sensor data and a 32-Bit timestamp in microseconds continously to my own Android App. Sending the Sensor Data works very well, but not the timestamp. The ...