nRF Connect SDK API 2.8.99
|
int nfc_ndef_ch_ac_rec_auxiliary_data_ref_add | ( | struct nfc_ndef_record_desc * | ac_rec, |
const uint8_t * | aux_data, | ||
uint8_t | aux_length ) |
#include <include/nfc/ndef/ch.h>
Function for adding an Auxiliary Data Reference to an NFC NDEF Alternative Carrier record.
[in,out] | ac_rec | Pointer to an ac record. |
[in] | aux_data | Pointer to the Auxiliary Data Reference data buffer. |
[in] | aux_length | Length of the Auxiliary Data Reference data. |
0 | If the operation was successful. Otherwise, a (negative) error code is returned. |