Home
last modified time | relevance | path

Searched refs:max_frame_len (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
DphHciNfc_NfcIPMgmt.h158 uint16_t max_frame_len; member
DphHciNfc_NfcIPMgmt.c1155 p_nfcipinfo->max_frame_len; in phHciNfc_NfcIP_Info_Sequence()
1433 p_nfcipinfo->max_frame_len = NFCIP_DATA_RATE_CALC(*reg_value); in phHciNfc_NfcIP_InfoUpdate()
1435 if (p_nfcipinfo->max_frame_len > NFCIP_MAX_DEP_REQ_HDR_LEN) in phHciNfc_NfcIP_InfoUpdate()
1437 p_nfcipinfo->max_frame_len -= NFCIP_MAX_DEP_REQ_HDR_LEN; in phHciNfc_NfcIP_InfoUpdate()
1445 p_remtgt_info->MaxFrameLength = p_nfcipinfo->max_frame_len; in phHciNfc_NfcIP_InfoUpdate()