Hi, I have problem with long write by sd_ble_gattc_write. I send first 18 bytes by button on pca10028, then I waiting for BLE_GATTC_EVT_WRITE_RSP and sending rest of bytes. Totaly 80 bytes by 18 bytes chunk, last chunk is 8 bytes. Problem is that I received only 54 bytes on my peripheral device with sd110 sdk7.1. It looks like that event BLE_GATTC_EVT_WRITE_RSP is called only 3 times instead 5 times, but why? I waiting for event BLE_GATTS_EVT_WRITE with op_code BLE_GATTS_OP_EXEC_WRITE_REQ_NOW on my peripheral.