Check if the application ID (AID) is registered with the secure element associated with the session provided.
#include <nfc/nfc_se_access.h>
NFC_API nfc_result_t nfc_se_is_aid_registered(uint32_t hSESession, const uint8_t *aid, size_t aid_len, bool *is_registered)
BlackBerry 10.3.0
The handle to the open session.
Pointer to the buffer containing the AID.
Length of the AID.
A pointer to a boolean value that is set when the function returns NFC_RESULT_SUCCESS. This value is set to true if the calling application has already registered the AID, false otherwise.
An application uses this function to check if it has already registered the specified AID.
Feature set 1 doesn't support this function. When called in feature set 1, the function returns NFC_RESULT_UNSUPPORTED_API.