Hi all,Is it possible to continuously write GATT CHAR value using `ble_gattc_write_no_rsp_flat`? I understand we can handle this using `ble_gattc_write_flat` by creating task and using semaphore. However I think `ble_gattc_write_no_rsp_flat` should provide better throughput, so just wanted to understand if there is any way we can use this function to continuously write to GATT characteristic ?
Regards Prasad
