Deregister an AID from Host Card Emulation (HCE).
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_hce_unregister_aid(const uint8_t *aid, size_t aid_len)
BlackBerry 10.3.0
Pointer to the buffer containing the AID.
Length of the AID.
An application uses this function to deregister an AID from the NFC system. The application can deregister only AIDs that have previously been registered by this application. Registrations from other applications remain untouched.
Feature set 1 doesn't support this function. When called in feature set 1, the function returns NFC_RESULT_UNSUPPORTED_API.