OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nci_ctrl_size
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c
718
UINT8
nci_ctrl_size
= nfc_hal_cb.ncit_cb.
nci_ctrl_size
;
local
735
max_len =
nci_ctrl_size
+ NCI_MSG_HDR_SIZE;
759
*ps =
nci_ctrl_size
;
774
buf_len -=
nci_ctrl_size
;
775
offset +=
nci_ctrl_size
;
/external/libnfc-nci/src/nfc/int/
nfc_int.h
164
UINT8
nci_ctrl_size
; /* Max Control Packet Payload Size */
member in struct:__anon20910
/external/libnfc-nci/src/hal/int/
nfc_hal_int.h
359
UINT8
nci_ctrl_size
; /* Max size for NCI messages */
member in struct:__anon20503
Completed in 657 milliseconds