Searched refs:BT_HDR_SIZE (Results 1 – 19 of 19) sorted by relevance
201 UINT32 nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1; in DispHciCmd()203 int data_len = BT_HDR_SIZE + p_buf->offset + p_buf->len; in DispHciCmd()219 UINT32 nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1; in DispHciEvt()221 int data_len = BT_HDR_SIZE + p_buf->offset + p_buf->len; in DispHciEvt()245 UINT32 nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1; in DispLLCP()247 int data_len = BT_HDR_SIZE + p_buf->offset + p_buf->len; in DispLLCP()
156 #define READ_LIMIT (USERIAL_POOL_BUF_SIZE-BT_HDR_SIZE)
140 #define CE_T4T_MAX_LE (NFC_CE_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_MSG_OFFSET_SIZE - NCI_DAT…143 #define CE_T4T_MAX_LC (NFC_CE_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_DATA_HDR_SIZE - T4T_CMD_M…
415 #define RW_T4T_MAX_DATA_PER_READ (NFC_RW_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_DATA_HDR_SIZE …418 #define RW_T4T_MAX_DATA_PER_WRITE (NFC_RW_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_MSG_OFFSET_SIZ…
70 if ((p_msg = (BT_HDR *) GKI_getbuf (BT_HDR_SIZE)) != NULL) in nfc_start_timer()192 if ((p_msg = (BT_HDR *) GKI_getbuf (BT_HDR_SIZE)) != NULL) in nfc_start_quick_timer()
1502 if (size < (BT_HDR_SIZE + p_last->len + p_last->offset + len)) in nfc_ncif_proc_data()1512 memcpy(p_max, p_last, BT_HDR_SIZE); in nfc_ncif_proc_data()
921 nfc_cb.p_disc_pending = GKI_getbuf ((UINT16)(BT_HDR_SIZE + 1 + params_size)); in NFC_DiscoveryStart()
139 - BT_HDR_SIZE - llcp_cb.sdp_cb.p_snl->offset in llcp_sdp_send_sdreq()244 - BT_HDR_SIZE - llcp_cb.sdp_cb.p_snl->offset in llcp_sdp_send_sdres()
958 …available_bytes = GKI_get_buf_size (p_last_buf) - BT_HDR_SIZE - p_last_buf->offset - p_last_buf->l… in llcp_dlc_proc_i_pdu()
1026 …available_bytes = GKI_get_buf_size (p_last_buf) - BT_HDR_SIZE - p_last_buf->offset - p_last_buf->l… in llcp_link_proc_ui_pdu()
375 #define LLCP_MIU (LLCP_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_MSG_OFFSET_SIZE - NCI_D…
191 #define BT_HDR_SIZE (sizeof (BT_HDR)) macro
379 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getbuf ((UINT16)(BT_HDR_SIZE + HCIC_PREAMBLE_SI…
588 #define NCI_GET_CMD_BUF(paramlen) ((BT_HDR *) GKI_getbuf ((UINT16) (BT_HDR_SIZE + NCI_MSG_HDR_SI…
547 else if ((p_msg = (BT_HDR *) GKI_getbuf (BT_HDR_SIZE)) != NULL) in NFA_EeUpdateNow()
898 … UINT16 size = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + p_data->send_data.data_len + BT_HDR_SIZE; in nfa_ee_api_send_data()
871 size = BT_HDR_SIZE + NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + data_len; in NFA_SendRawFrame()
863 p_cmd->offset = sizeof (tNFA_DM_API_SEND_VSC) - BT_HDR_SIZE; in nfa_dm_act_send_vsc()
405 p_buff = (BT_HDR*) GKI_getbuf ((UINT16) (length + BT_HDR_SIZE)); in rw_i93_send_to_upper()