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

◆ select_msg_recv

int(* nfc_tnep_ch_cb::select_msg_recv) (const struct nfc_tnep_ch_record *ch_select, bool inactive)

The Connection Handover Select Message received callback.

This callback is called always when the NFC Device receive the Connection Select Message in response to the Connection Handover Request message.

Parameters
[in]ch_selectPointer to Connection Handover structure which contains the parsed Connection Handover Select Message.
[in]inactiveIndicates that all Alternative Carriers are inactive. The Handover Request Message should be sent again with only one Alternative Carrier using nfc_tnep_ch_carrier_set.
Return values
0If the operation was successful. Otherwise, a (negative) error code is returned.