This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to do a GATTC Characteristic Value Write WITH Response

Hi Nordic

Do you have a message sequence chart for how to do a Gatt Client Write with response? I can only find a GATTC Characteristic Value Write Without Response in the API docs.

The options BLE_GATT_OP_WRITE_REQ, BLE_GATT_OP_PREP_WRITE_REQ and BLE_GATT_OP_EXEC_WRITE_REQ seem relevant when using sd_ble_gattc_write, however, I can't find anything telling me how to use them.

I am using the 52840 with s140

Thanks

Related