as we known, low energy just give a callback of GATT, so how to get the accurate timestamp of GATT attiburate sending? Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
as we known, low energy just give a callback of GATT, so how to get the accurate timestamp of GATT attiburate sending? Thanks
we can't use the third device to get the timestamp. as far as i known, BT LE stack has some tasks like GATT_ProcessEvent, LL_ProcessEvent, HCI_ProcessEvent. i have traced the task call, after send GATT attribute value, stack will call HCI and LL task, but i don't known which task calling means GATT is sent completed.