Hi
I am running this example from SDK 15.2.0.
I am trying to figure out how the server knows at the end of the session how many bytes of data the Peer received.
Anyone can point me to the place where the client sends this information to the server?
Hi
I am running this example from SDK 15.2.0.
I am trying to figure out how the server knows at the end of the session how many bytes of data the Peer received.
Anyone can point me to the place where the client sends this information to the server?
Look at the message sequence charts for BLE notification: There is no place.
The only time the central lets the peripherial know that it had received a message is when you use indicatition instead of notification. But that yields much slower effective data rate.
Look at the message sequence charts for BLE notification: There is no place.
The only time the central lets the peripherial know that it had received a message is when you use indicatition instead of notification. But that yields much slower effective data rate.