Tell the platform to continue the handover process with the new list of transport types.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_confirm_handover_process_with_transports(nfc_target_t *target, handover_transport_type_t *transports, unsigned int no_of_transports)
BlackBerry 10.2.0
The NFC target returned from the nfc_get_target() function.
the address of the array of handover transport types.
the length of the array of handover transport types.
This function instructs the platform to continue the handover negotiation with the detected remote device. The handover negotiation will use the list of handover transport types that are passed in.
Similar to the function nfc_confirm_handover_process(), an application must react quickly by calling this function when the NFC_HANDOVER_DETECTED_EVENT event is received.
Successful completion of this function will change the handover transport types and preference that were registered by the previous calls to nfc_register_handover_listener().