nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ nfc_ndef_ch_ac_rec_auxiliary_data_ref_add()

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.

Parameters
[in,out]ac_recPointer to an ac record.
[in]aux_dataPointer to the Auxiliary Data Reference data buffer.
[in]aux_lengthLength of the Auxiliary Data Reference data.
Return values
0If the operation was successful. Otherwise, a (negative) error code is returned.