Hi,
I have SimpleBLEPeripheral running on the keyfob with few modifications. The application client running on Nexus 7 connects to the keyfob over BLE. When an attribute is written by the client the keyfob updates the PWM output. I want to measure the time from when the keyfob receives a write attribute request to acknowledging the client application running on the Nexus 7. What two APIs should I add instrumentation (GPIO triggers) to measure this delay.
We are seeing up to 1.5 second delay at the Nexus 7 side and we want to rule out the keyfob end.
Thanks,