Home
last modified time | relevance | path

Searched refs:NCI_MSG_HDR_SIZE (Results 1 – 6 of 6) sorted by relevance

/system/nfc/src/nfc/nci/
Dnci_hmsgs.cc50 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_RESET; in nci_snd_core_reset()
81 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_INIT(nci_version); in nci_snd_core_init()
115 p->len = NCI_MSG_HDR_SIZE + num_ids + 1; in nci_snd_core_get_config()
148 p->len = NCI_MSG_HDR_SIZE + tlv_size + 1; in nci_snd_core_set_config()
197 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_CON_CREATE; in nci_snd_core_conn_create()
233 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_CON_CLOSE; in nci_snd_core_conn_close()
268 NCI_MSG_HDR_SIZE + NCI_PARAM_SIZE_DISCOVER_NFCEE(NFC_GetNCIVersion()); in nci_snd_nfcee_discover()
301 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_NFCEE_MODE_SET; in nci_snd_nfcee_mode_set()
335 p->len = NCI_MSG_HDR_SIZE + 0; in nci_snd_iso_dep_nak_presence_check_cmd()
384 p->len = NCI_MSG_HDR_SIZE + *p_size; in nci_snd_discover_cmd()
[all …]
/system/nfc/src/nfc/nfc/
Dnfc_vs.cc153 p_data->offset -= NCI_MSG_HDR_SIZE; in NFC_SendVsCommand()
158 p_data->len += NCI_MSG_HDR_SIZE; in NFC_SendVsCommand()
Dnfc_ncif.cc280 memcpy(nfc_cb.last_cmd, ps + NCI_MSG_HDR_SIZE, NFC_SAVED_CMD_SIZE); in nfc_ncif_check_cmd_queue()
830 p += NCI_MSG_HDR_SIZE; in nfc_ncif_proc_discover_ntf()
1343 p += NCI_MSG_HDR_SIZE; in nfc_ncif_proc_conn_create_rsp()
1478 status = *(p + NCI_MSG_HDR_SIZE); in nfc_ncif_proc_init_rsp()
1520 p_evt->offset += NCI_MSG_HDR_SIZE; in nfc_ncif_proc_get_config_rsp()
1521 p_evt->len -= NCI_MSG_HDR_SIZE; in nfc_ncif_proc_get_config_rsp()
1582 p_evt->offset += NCI_MSG_HDR_SIZE; in nfc_data_event()
1583 p_evt->len -= NCI_MSG_HDR_SIZE; in nfc_data_event()
1698 ps = (uint8_t*)(p_msg + 1) + p_msg->offset + NCI_MSG_HDR_SIZE; in nfc_ncif_proc_data()
1699 len = p_msg->len - NCI_MSG_HDR_SIZE; in nfc_ncif_proc_data()
Dnfc_main.cc207 NCI_MSG_HDR_SIZE + 1; in nfc_enabled()
/system/nfc/src/include/
Dnci_defs.h32 #define NCI_MSG_HDR_SIZE 3 /* per NCI spec */ macro
561 ((NFC_HDR*)GKI_getbuf((uint16_t)(NFC_HDR_SIZE + NCI_MSG_HDR_SIZE + \
/system/nfc/src/adaptation/
Ddebug_nfcsnoop.cc128 nfcsnoop_cb(p, p[2] + NCI_MSG_HDR_SIZE, is_received, timestamp); in nfcsnoop_capture()