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

  /system/nfc/src/nfc/nfc/
nfc_vs.c 115 p_data->offset -= NCI_MSG_HDR_SIZE;
120 p_data->len += NCI_MSG_HDR_SIZE;
nfc_ncif.c 251 memcpy(nfc_cb.last_cmd, ps + NCI_MSG_HDR_SIZE, NFC_SAVED_CMD_SIZE);
674 p += NCI_MSG_HDR_SIZE;
    [all...]
nfc_main.c 204 NCI_MSG_HDR_SIZE + 1;
    [all...]
  /system/nfc/src/nfc/nci/
nci_hmsgs.c 50 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_RESET;
81 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_INIT;
111 p->len = NCI_MSG_HDR_SIZE + num_ids + 1;
144 p->len = NCI_MSG_HDR_SIZE + tlv_size + 1;
193 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_CON_CREATE;
229 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_CON_CLOSE;
263 p->len = NCI_MSG_HDR_SIZE + NCI_PARAM_SIZE_DISCOVER_NFCEE;
295 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_NFCEE_MODE_SET;
348 p->len = NCI_MSG_HDR_SIZE + *p_size;
373 p->len = NCI_MSG_HDR_SIZE + NCI_DISCOVER_PARAM_SIZE_SELECT
    [all...]
  /system/nfc/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 143 NCI_MSG_HDR_SIZE);
150 (uint8_t*)(nfc_hal_cb.hci_cb.p_hci_netwk_info_buf - NCI_MSG_HDR_SIZE);
161 (uint8_t*)GKI_getbuf(NCI_MSG_HDR_SIZE + NFC_HAL_HCI_NETWK_INFO_SIZE);
169 (uint8_t*)(p_hci_netwk_cmd + NCI_MSG_HDR_SIZE);
550 (uint8_t*)nfc_hal_cb.hci_cb.p_hci_netwk_info_buf - NCI_MSG_HDR_SIZE;
581 NCI_MSG_HDR_SIZE;
596 NCI_MSG_HDR_SIZE);
610 nfc_hal_dm_send_nci_cmd(p_hci_netwk_info, (uint16_t)(NCI_MSG_HDR_SIZE + size),
677 NCI_MSG_HDR_SIZE);
684 (uint8_t*)(nfc_hal_cb.hci_cb.p_hci_netwk_info_buf - NCI_MSG_HDR_SIZE);
    [all...]
nfc_hal_api.c 152 size = p_core_init_rsp_params[2] + NCI_MSG_HDR_SIZE;
185 if (data_len > (NCI_MAX_CTRL_SIZE + NCI_MSG_HDR_SIZE)) {
nfc_hal_dm.c 47 static uint8_t nfc_hal_dm_set_fw_fsm_cmd[NCI_MSG_HDR_SIZE + 1] = {
58 const uint8_t nfc_hal_dm_get_build_info_cmd[NCI_MSG_HDR_SIZE] = {
62 const uint8_t nfc_hal_dm_get_patch_version_cmd[NCI_MSG_HDR_SIZE] = {
94 uint16_t cmd_len = NCI_MSG_HDR_SIZE + tlv_size + 1;
101 p_buff = (uint8_t*)GKI_getbuf((uint16_t)(NCI_MSG_HDR_SIZE + tlv_size));
163 nfc_hal_dm_send_nci_cmd(nfc_hal_dm_set_fw_fsm_cmd, NCI_MSG_HDR_SIZE + 1,
201 if (nfc_hal_cb.dev_cb.next_startup_vsc + NCI_MSG_HDR_SIZE - 1 <=
205 p_end = p + NCI_MSG_HDR_SIZE - 1 + len;
210 nfc_hal_cb.dev_cb.next_startup_vsc += NCI_MSG_HDR_SIZE + len;
217 nfc_hal_dm_send_nci_cmd(p, (uint16_t)(NCI_MSG_HDR_SIZE + len)
    [all...]
nfc_hal_nci.c 59 if ((p_msg == NULL) || (p_msg->len < NCI_MSG_HDR_SIZE)) return;
95 p_msg->offset += NCI_MSG_HDR_SIZE;
96 p_msg->len -= NCI_MSG_HDR_SIZE;
111 *pd = (uint8_t)(nfc_hal_cb.ncit_cb.p_frag_msg->len - NCI_MSG_HDR_SIZE);
178 p_cb->rcv_len = NCI_MSG_HDR_SIZE;
675 uint8_t hdr[NCI_MSG_HDR_SIZE];
694 max_len = nci_ctrl_size + NCI_MSG_HDR_SIZE;
704 memcpy(hdr, ps, NCI_MSG_HDR_SIZE);
739 memcpy(pd, hdr, NCI_MSG_HDR_SIZE);
741 *pd = (uint8_t)(p_buf->len - NCI_MSG_HDR_SIZE);
    [all...]
nfc_hal_prm.c 108 uint8_t patch_hdr_size = NCI_MSG_HDR_SIZE + 1; /* 1 is for HCIT */
110 /* Validate that segment is at least big enought to have NCI_MSG_HDR_SIZE + 1
165 (uint8_t)(len + NCI_MSG_HDR_SIZE),
672 p = p_data + NCI_MSG_HDR_SIZE;
832 uint8_t get_patch_version_cmd[NCI_MSG_HDR_SIZE] = {
862 nfc_hal_dm_send_nci_cmd(get_patch_version_cmd, NCI_MSG_HDR_SIZE,
    [all...]
nfc_hal_main.c 649 p = (uint8_t*)(p_msg + 1) + p_msg->offset + NCI_MSG_HDR_SIZE;
  /system/nfc/src/hal/include/
nci_defs.h 38 #define NCI_MSG_HDR_SIZE 3 /* per NCI spec */
609 ((NFC_HDR*)GKI_getbuf((uint16_t)(NFC_HDR_SIZE + NCI_MSG_HDR_SIZE + \

Completed in 191 milliseconds