Hi all. What happends on peripheral side when I use long write by sd_ble_gattc_write as devzone.nordicsemi.com/.../ ?
How Can I read it on peripheral ? Can I use once sd_ble_gatts_value_get or multiple sd_ble_gattc_read ?
Hi all. What happends on peripheral side when I use long write by sd_ble_gattc_write as devzone.nordicsemi.com/.../ ?
How Can I read it on peripheral ? Can I use once sd_ble_gatts_value_get or multiple sd_ble_gattc_read ?
You must use sd_ble_gatts_value_get().
OK. It is ansver for second part of question. What event and parameters I get when transmition is complete on peripheral side? I can use sd_ble_gatts_value_get now, but where ?
OK. It is ansver for second part of question. What event and parameters I get when transmition is complete on peripheral side? I can use sd_ble_gatts_value_get now, but where ?