Searched refs:NFC_HDR_SIZE (Results 1 – 16 of 16) sorted by relevance
141 (NFC_CE_POOL_BUF_SIZE - NFC_HDR_SIZE - NCI_MSG_OFFSET_SIZE - \147 (NFC_CE_POOL_BUF_SIZE - NFC_HDR_SIZE - NCI_DATA_HDR_SIZE - \
536 (NFC_RW_POOL_BUF_SIZE - NFC_HDR_SIZE - NCI_DATA_HDR_SIZE - \542 (NFC_RW_POOL_BUF_SIZE - NFC_HDR_SIZE - NCI_MSG_OFFSET_SIZE - \
68 p_msg = (NFC_HDR*)GKI_getbuf(NFC_HDR_SIZE); in nfc_start_timer()185 p_msg = (NFC_HDR*)GKI_getbuf(NFC_HDR_SIZE); in nfc_start_quick_timer()
1673 if (size < (NFC_HDR_SIZE + p_last->len + p_last->offset + len)) { in nfc_ncif_proc_data()1681 memcpy(p_max, p_last, NFC_HDR_SIZE); in nfc_ncif_proc_data()
898 GKI_getbuf((uint16_t)(NFC_HDR_SIZE + 1 + params_size)); in NFC_DiscoveryStart()
31 #define NFC_HDR_SIZE (sizeof(NFC_HDR)) macro
370 (LLCP_POOL_BUF_SIZE - NFC_HDR_SIZE - NCI_MSG_OFFSET_SIZE - \
561 ((NFC_HDR*)GKI_getbuf((uint16_t)(NFC_HDR_SIZE + NCI_MSG_HDR_SIZE + \
148 available_bytes = GKI_get_buf_size(llcp_cb.sdp_cb.p_snl) - NFC_HDR_SIZE - in llcp_sdp_send_sdreq()243 available_bytes = GKI_get_buf_size(llcp_cb.sdp_cb.p_snl) - NFC_HDR_SIZE - in llcp_sdp_send_sdres()
950 available_bytes = GKI_get_buf_size(p_last_buf) - NFC_HDR_SIZE - in llcp_dlc_proc_i_pdu()
996 available_bytes = GKI_get_buf_size(p_last_buf) - NFC_HDR_SIZE - in llcp_link_proc_ui_pdu()
861 p_cmd->offset = sizeof(tNFA_DM_API_SEND_VSC) - NFC_HDR_SIZE; in nfa_dm_act_send_vsc()884 p_cmd->offset = sizeof(tNFA_DM_API_SEND_VSC) - NFC_HDR_SIZE; in nfa_dm_act_send_raw_vs()
942 size = NFC_HDR_SIZE + NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + data_len; in NFA_SendRawFrame()
808 p_msg = (NFC_HDR*)GKI_getbuf(NFC_HDR_SIZE); in NFA_EeUpdateNow()
1597 p_data->send_data.data_len + NFC_HDR_SIZE; in nfa_ee_api_send_data()
580 p_buff = (NFC_HDR*)GKI_getbuf((uint16_t)(length + NFC_HDR_SIZE)); in rw_i93_send_to_upper()