HomeSort by relevance Sort by last modified time
    Searched refs:NCI_MSG_HDR_SIZE (Results 1 - 11 of 11) sorted by null

  /external/libnfc-nci/src/nfc/nfc/
nfc_vs.c 134 p_data->offset -= NCI_MSG_HDR_SIZE;
139 p_data->len += NCI_MSG_HDR_SIZE;
nfc_ncif.c 282 memcpy(nfc_cb.last_cmd, ps + NCI_MSG_HDR_SIZE, NFC_SAVED_CMD_SIZE);
735 p += NCI_MSG_HDR_SIZE;
    [all...]
nfc_main.c 229 p = (UINT8 *) (p_init_rsp_msg + 1) + p_init_rsp_msg->offset + NCI_MSG_HDR_SIZE + 1;
    [all...]
  /external/libnfc-nci/src/nfc/nci/
nci_hmsgs.c 53 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_RESET;
85 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_INIT;
116 p->len = NCI_MSG_HDR_SIZE + num_ids + 1;
150 p->len = NCI_MSG_HDR_SIZE + tlv_size + 1;
203 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_CON_CREATE;
241 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_CON_CLOSE;
277 p->len = NCI_MSG_HDR_SIZE + NCI_PARAM_SIZE_DISCOVER_NFCEE;
310 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_NFCEE_MODE_SET;
364 p->len = NCI_MSG_HDR_SIZE + *p_size;
389 p->len = NCI_MSG_HDR_SIZE + NCI_DISCOVER_PARAM_SIZE_SELECT
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 140 p_hci_netwk_cmd = (UINT8 *) (nfc_hal_cb.hci_cb.p_hci_netwk_dh_info_buf - NCI_MSG_HDR_SIZE);
147 p_hci_netwk_cmd = (UINT8 *) (nfc_hal_cb.hci_cb.p_hci_netwk_info_buf - NCI_MSG_HDR_SIZE);
156 if ((p_hci_netwk_cmd = (UINT8 *) GKI_getbuf (NCI_MSG_HDR_SIZE + NFC_HAL_HCI_NETWK_INFO_SIZE)) == NULL)
163 nfc_hal_cb.hci_cb.p_hci_netwk_info_buf = (UINT8 *) (p_hci_netwk_cmd + NCI_MSG_HDR_SIZE);
551 p_hci_netwk_info = (UINT8 *) nfc_hal_cb.hci_cb.p_hci_netwk_info_buf - NCI_MSG_HDR_SIZE;
571 p_hci_netwk_info = (UINT8 *) nfc_hal_cb.hci_cb.p_hci_netwk_dh_info_buf - NCI_MSG_HDR_SIZE;
584 p_hci_netwk_info = (UINT8 *) (nfc_hal_cb.hci_cb.p_hci_netwk_dh_info_buf - NCI_MSG_HDR_SIZE);
598 nfc_hal_dm_send_nci_cmd (p_hci_netwk_info, (UINT16) (NCI_MSG_HDR_SIZE + size), nfc_hal_hci_vsc_cback);
664 p_hci_netwk_cmd = (UINT8 *) (nfc_hal_cb.hci_cb.p_hci_netwk_dh_info_buf - NCI_MSG_HDR_SIZE);
671 p_hci_netwk_cmd = (UINT8 *) (nfc_hal_cb.hci_cb.p_hci_netwk_info_buf - NCI_MSG_HDR_SIZE);
    [all...]
nfc_hal_api.c 162 size = p_core_init_rsp_params[2] + NCI_MSG_HDR_SIZE;
196 if (data_len > (NCI_MAX_CTRL_SIZE + NCI_MSG_HDR_SIZE))
nfc_hal_dm.c 49 static UINT8 nfc_hal_dm_set_fw_fsm_cmd[NCI_MSG_HDR_SIZE + 1] =
63 const UINT8 nfc_hal_dm_get_build_info_cmd[NCI_MSG_HDR_SIZE] =
71 const UINT8 nfc_hal_dm_get_patch_version_cmd [NCI_MSG_HDR_SIZE] =
108 UINT16 cmd_len = NCI_MSG_HDR_SIZE + tlv_size + 1;
116 if ((p_buff = (UINT8 *) GKI_getbuf ((UINT16)(NCI_MSG_HDR_SIZE + tlv_size))) != NULL)
186 nfc_hal_dm_send_nci_cmd (nfc_hal_dm_set_fw_fsm_cmd, NCI_MSG_HDR_SIZE + 1, p_cback);
227 if (nfc_hal_cb.dev_cb.next_startup_vsc + NCI_MSG_HDR_SIZE - 1 <= *p_nfc_hal_dm_start_up_vsc_cfg)
231 p_end = p + NCI_MSG_HDR_SIZE - 1 + len;
236 nfc_hal_cb.dev_cb.next_startup_vsc += NCI_MSG_HDR_SIZE + len;
242 nfc_hal_dm_send_nci_cmd (p, (UINT16)(NCI_MSG_HDR_SIZE + len), nfc_hal_dm_config_nfcc_cback)
    [all...]
nfc_hal_nci.c 62 if ((p_msg == NULL) || (p_msg->len < NCI_MSG_HDR_SIZE))
102 p_msg->offset += NCI_MSG_HDR_SIZE;
103 p_msg->len -= NCI_MSG_HDR_SIZE;
115 *pd = (UINT8) (nfc_hal_cb.ncit_cb.p_frag_msg->len - NCI_MSG_HDR_SIZE);
190 p_cb->rcv_len = NCI_MSG_HDR_SIZE;
730 UINT8 hdr[NCI_MSG_HDR_SIZE];
750 max_len = nci_ctrl_size + NCI_MSG_HDR_SIZE;
761 memcpy (hdr, ps, NCI_MSG_HDR_SIZE);
796 memcpy (pd, hdr, NCI_MSG_HDR_SIZE);
798 *pd = (UINT8) (p_buf->len - NCI_MSG_HDR_SIZE);
    [all...]
nfc_hal_prm.c 110 UINT8 patch_hdr_size = NCI_MSG_HDR_SIZE + 1; /* 1 is for HCIT */
112 /* Validate that segment is at least big enought to have NCI_MSG_HDR_SIZE + 1 (hcit) */
167 nfc_hal_dm_send_nci_cmd ((UINT8*) (nfc_hal_cb.prm.p_cur_patch_data + offset + 1), (UINT8) (len + NCI_MSG_HDR_SIZE),
673 p = p_data + NCI_MSG_HDR_SIZE;
833 UINT8 get_patch_version_cmd [NCI_MSG_HDR_SIZE] =
    [all...]
nfc_hal_main.c 651 p = (UINT8 *) (p_msg + 1) + p_msg->offset + NCI_MSG_HDR_SIZE;
  /external/libnfc-nci/src/hal/include/
nci_defs.h 37 #define NCI_MSG_HDR_SIZE 3 /* per NCI spec */
607 #define NCI_GET_CMD_BUF(paramlen) ((BT_HDR *) GKI_getbuf ((UINT16) (BT_HDR_SIZE + NCI_MSG_HDR_SIZE + NCI_MSG_OFFSET_SIZE + (paramlen))))

Completed in 1977 milliseconds