Home
last modified time | relevance | path

Searched refs:BT_HDR_SIZE (Results 1 – 19 of 19) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dandroid_logmsg.cpp201 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()
Duserial_linux.c156 #define READ_LIMIT (USERIAL_POOL_BUF_SIZE-BT_HDR_SIZE)
/external/libnfc-nci/src/nfc/int/
Dce_int.h140 #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…
Drw_int.h415 #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…
/external/libnfc-nci/src/nfc/nfc/
Dnfc_task.c70 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()
Dnfc_ncif.c1502 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()
Dnfc_main.c921 nfc_cb.p_disc_pending = GKI_getbuf ((UINT16)(BT_HDR_SIZE + 1 + params_size)); in NFC_DiscoveryStart()
/external/libnfc-nci/src/nfc/llcp/
Dllcp_sdp.c139 - 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()
Dllcp_dlc.c958 …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()
Dllcp_link.c1026 …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()
/external/libnfc-nci/src/include/
Dnfc_target.h375 #define LLCP_MIU (LLCP_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_MSG_OFFSET_SIZE - NCI_D…
Dbt_types.h191 #define BT_HDR_SIZE (sizeof (BT_HDR)) macro
Dbt_target.h379 #define HCI_GET_CMD_BUF(paramlen) ((BT_HDR *)GKI_getbuf ((UINT16)(BT_HDR_SIZE + HCIC_PREAMBLE_SI…
/external/libnfc-nci/src/hal/include/
Dnci_defs.h588 #define NCI_GET_CMD_BUF(paramlen) ((BT_HDR *) GKI_getbuf ((UINT16) (BT_HDR_SIZE + NCI_MSG_HDR_SI…
/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_api.c547 else if ((p_msg = (BT_HDR *) GKI_getbuf (BT_HDR_SIZE)) != NULL) in NFA_EeUpdateNow()
Dnfa_ee_act.c898 … 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()
/external/libnfc-nci/src/nfa/dm/
Dnfa_dm_api.c871 size = BT_HDR_SIZE + NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + data_len; in NFA_SendRawFrame()
Dnfa_dm_act.c863 p_cmd->offset = sizeof (tNFA_DM_API_SEND_VSC) - BT_HDR_SIZE; in nfa_dm_act_send_vsc()
/external/libnfc-nci/src/nfc/tags/
Drw_i93.c405 p_buff = (BT_HDR*) GKI_getbuf ((UINT16) (length + BT_HDR_SIZE)); in rw_i93_send_to_upper()