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

◆ request_msg_recv

int(* nfc_tnep_ch_cb::request_msg_recv) (const struct nfc_tnep_ch_request *ch_req)

The Connection Handover Request Message received callback.

This callback is called always when NFC Forum Device which supports TNEP received the Connection Handover Request Message. After receiving this message, application shall respond with the Handover Select Message by calling nfc_tnep_ch_carrier_set.

Parameters
[in]ch_reqPointer to the Connection Handover Request structure which contains the parsed Connection Handover Request Message.
Return values
0If the operation was successful. Otherwise, a (negative) error code is returned.