Create a client or server LLCP connection listener.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_llcp_register_connection_listener(nfc_llcp_connection_type_t type, unsigned int sap, const char *service_name, nfc_llcp_connection_listener_t *listenerHandle)
BlackBerry 10.0.0
The connection type. You can use NFC_LLCP_CLIENT or NFC_LLCP_SERVER.
The service name.
The returned handle associated with this listener.
This function creates a listener for a client or server LLCP connection.