Dear all,
I am now using two nrf52840DK and nrf connect sdk v1.7.1,and I want to send packet using llpm mode between two devices,one is receiver and the other is sender,
the following is how I want to do it.
In the " sample / bluetooth/ llpm ", Master will write request with timestamp (application layer) and send to Slave ,once Slave receive the packet( GATT ) ,it will write response.
What I am going to do is to replace the time stamp packet with our data at sender side(Master), Slave can receive the data, but the problem is I can't find the received part code
and figure out how to read the data from the GATT layer.
So,Is there any better approach to do this, for example, enable llpm mode in other example like UART ..., many thanks!!


Best regards.