OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFC_HAL_SAVED_CMD_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/hal/int/
nfc_hal_int.h
194
#define
NFC_HAL_SAVED_CMD_SIZE
(2)
367
UINT8 last_cmd[
NFC_HAL_SAVED_CMD_SIZE
];/* part of last NCI command payload */
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c
710
memcpy(nfc_hal_cb.ncit_cb.last_cmd, ps + NCI_MSG_HDR_SIZE,
NFC_HAL_SAVED_CMD_SIZE
);
[
all
...]
Completed in 288 milliseconds