OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
377
#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
131
llcp_cb.sdp_cb.p_snl->offset =
NCI_MSG_OFFSET_SIZE
+ NCI_DATA_HDR_SIZE + LLCP_PDU_HEADER_SIZE;
160
llcp_cb.sdp_cb.p_snl->offset =
NCI_MSG_OFFSET_SIZE
+ NCI_DATA_HDR_SIZE + LLCP_PDU_HEADER_SIZE;
236
llcp_cb.sdp_cb.p_snl->offset =
NCI_MSG_OFFSET_SIZE
+ NCI_DATA_HDR_SIZE + LLCP_PDU_HEADER_SIZE;
263
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;
599
p_msg->offset =
NCI_MSG_OFFSET_SIZE
+ NCI_DATA_HDR_SIZE;
705
p_msg->offset =
NCI_MSG_OFFSET_SIZE
+ NCI_DATA_HDR_SIZE;
771
p_msg->offset =
NCI_MSG_OFFSET_SIZE
+ NCI_DATA_HDR_SIZE;
860
p_msg->offset =
NCI_MSG_OFFSET_SIZE
+ NCI_DATA_HDR_SIZE;
llcp_link.c
823
p_msg->offset =
NCI_MSG_OFFSET_SIZE
+ NCI_DATA_HDR_SIZE;
852
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
410
#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
871
size = BT_HDR_SIZE +
NCI_MSG_OFFSET_SIZE
+ NCI_DATA_HDR_SIZE + data_len;
876
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
636
UINT16 size =
NCI_MSG_OFFSET_SIZE
+ NCI_DATA_HDR_SIZE + p_data->send_data.data_len + BT_HDR_SIZE;
645
p_pkt->offset =
NCI_MSG_OFFSET_SIZE
+ NCI_DATA_HDR_SIZE;
[
all
...]
/external/libnfc-nci/src/nfa/hci/
nfa_hci_utils.c
346
p_buf->offset =
NCI_MSG_OFFSET_SIZE
+ NCI_DATA_HDR_SIZE;
[
all
...]
Completed in 195 milliseconds