Hi
I'm using the nRF Connect SDK v2.7.0 in central/client role to write data into a characteristic on a peer device.
I've seen that the function bt_gatt_write() automatically uses the prepare-/execute-write-requests when an offset is used or the data-length is bigger than the MTU size.
Are there also a publicly available GATT functions to use prepare- and execute-write-requests on purpose?
I'm asking this because these requests would also allow to prepare-writes for different handles and execute them all at once (which seems not possible with bt_gatt_write()).
Many thanks in advance.
Best regards
Remo