![]() |
nRF Connect SDK API 3.3.99
|
Connection Handover service callback structure. More...
#include <ch.h>
Data Fields | |
| int(* | request_msg_prepare )(void) |
| The Connection Handover Request Message prepare callback. | |
| int(* | request_msg_recv )(const struct nfc_tnep_ch_request *ch_req) |
| The Connection Handover Request Message received callback. | |
| int(* | select_msg_recv )(const struct nfc_tnep_ch_record *ch_select, bool inactive) |
| The Connection Handover Select Message received callback. | |
| int(* | mediation_req_recv )(void) |
| The Connection Handover Mediation Request Message received callback. | |
| int(* | initial_msg_recv )(const struct nfc_tnep_ch_record *ch_initial) |
| The Connection Handover Initial Message received callback. | |
| void(* | error )(int err) |
| Error callback. | |
Connection Handover service callback structure.