Part Number: CC2640
SDK: ble_sdk_2_02_01_18
Project: simple_central
When the central power on and connected to peripheral, and calls GATT_WriteCharValue to write data to the peripheral.
When call the GATT_WriteCharValue ,task would received the GATT_MSG_EVENT.in the first two times,task receives GATT_MSG_EVENT immediately,after two times,task receives GATT_MSG_EVENT latency,latency time accurate in 1600ms.
What's issue in this case?
thanks all.