nrfxlib API 2.8.99
|
int nfc_t2t_parameter_set | ( | nfc_t2t_param_id_t | id, |
void * | data, | ||
size_t | data_length ) |
#include <nfc/include/nfc_t2t_lib.h>
Set up an NFC parameter.
This function allows to set an NFC configuration parameter.
id | ID of the parameter to set. |
data | Pointer to a buffer containing the data to set. |
data_length | Size of the buffer containing the data to set. |
0 | Success. |
-NRF_EINVAL | Invalid argument (e.g. wrong data length, NULL pointer). |