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

  /external/libnfc-nci/src/nfc/nfc/
nfc_test.c 59 if (p_data && p_cb && (p_data->offset >= (NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE)))
nfc_main.c     [all...]
nfc_ncif.c 212 p->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + 1;
    [all...]
  /external/libnfc-nci/src/nfc/nci/
nci_hmsgs.c 54 p->offset = NCI_MSG_OFFSET_SIZE;
86 p->offset = NCI_MSG_OFFSET_SIZE;
117 p->offset = NCI_MSG_OFFSET_SIZE;
151 p->offset = NCI_MSG_OFFSET_SIZE;
204 p->offset = NCI_MSG_OFFSET_SIZE;
242 p->offset = NCI_MSG_OFFSET_SIZE;
278 p->offset = NCI_MSG_OFFSET_SIZE;
311 p->offset = NCI_MSG_OFFSET_SIZE;
348 p->offset = NCI_MSG_OFFSET_SIZE;
390 p->offset = NCI_MSG_OFFSET_SIZE;
    [all...]
  /external/libnfc-nci/src/include/
nfc_target.h 148 #ifndef NCI_MSG_OFFSET_SIZE
149 #define NCI_MSG_OFFSET_SIZE 1
372 #define LLCP_MIU (LLCP_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_MSG_OFFSET_SIZE - NCI_DATA_HDR_SIZE - LLCP_PDU_HEADER_SIZE)
  /external/libnfc-nci/src/nfc/llcp/
llcp_sdp.c 140 llcp_cb.sdp_cb.p_snl->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + LLCP_PDU_HEADER_SIZE;
169 llcp_cb.sdp_cb.p_snl->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + LLCP_PDU_HEADER_SIZE;
245 llcp_cb.sdp_cb.p_snl->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + LLCP_PDU_HEADER_SIZE;
272 llcp_cb.sdp_cb.p_snl->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + LLCP_PDU_HEADER_SIZE;
llcp_util.c 323 p_msg->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
447 p_msg->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
593 p_msg->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
699 p_msg->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
765 p_msg->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
854 p_msg->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
llcp_link.c 809 p_msg->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
    [all...]
  /external/libnfc-nci/src/nfc/int/
ce_int.h 141 #define CE_T4T_MAX_LE (NFC_CE_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_MSG_OFFSET_SIZE - NCI_DATA_HDR_SIZE - T4T_RSP_STATUS_WORDS_SIZE)
rw_int.h 415 #define RW_T4T_MAX_DATA_PER_WRITE (NFC_RW_POOL_BUF_SIZE - BT_HDR_SIZE - NCI_MSG_OFFSET_SIZE - NCI_DATA_HDR_SIZE - T4T_CMD_MAX_HDR_SIZE)
    [all...]
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_api.c 725 size = BT_HDR_SIZE + NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + data_len;
730 p_msg->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
    [all...]
  /external/libnfc-nci/src/nfc/include/
llcp_api.h 40 #define LLCP_MIN_OFFSET (NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + LLCP_PDU_HEADER_SIZE + LLCP_SEQUENCE_SIZE)
  /external/libnfc-nci/src/hal/include/
nci_defs.h 607 #define NCI_GET_CMD_BUF(paramlen) ((BT_HDR *) GKI_getbuf ((UINT16) (BT_HDR_SIZE + NCI_MSG_HDR_SIZE + NCI_MSG_OFFSET_SIZE + (paramlen))))
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 638 UINT16 size = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + p_data->send_data.data_len + BT_HDR_SIZE;
647 p_pkt->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
    [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_utils.c 344 p_buf->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
    [all...]

Completed in 76 milliseconds