diff options
Diffstat (limited to 'src/phLibNfc_Internal.h')
-rw-r--r-- | src/phLibNfc_Internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/phLibNfc_Internal.h b/src/phLibNfc_Internal.h index 0803101..10018ec 100644 --- a/src/phLibNfc_Internal.h +++ b/src/phLibNfc_Internal.h @@ -130,6 +130,10 @@ typedef struct phLibNfc_Hal_CB_Info pphLibNfc_ChkLlcpRspCb_t pClientLlcpCheckRespCb; void *pClientLlcpCheckRespCntx; + /*LLCP Link CB*/ + pphLibNfc_LlcpLinkStatusCb_t pClientLlcpLinkCb; + void *pClientLlcpLinkCntx; + }phLibNfc_Hal_CB_Info_t; typedef struct phLibNfc_NdefInfo |