OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NDEF_ME_MASK
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/nfc/ndef/
ndef_utils.c
193
if (rec_hdr &
NDEF_ME_MASK
)
200
if ((rec_hdr &
NDEF_ME_MASK
) == 0)
233
if (rec_hdr &
NDEF_ME_MASK
)
330
if (rec_hdr &
NDEF_ME_MASK
)
378
if (rec_hdr &
NDEF_ME_MASK
)
427
if (rec_hdr &
NDEF_ME_MASK
)
499
if (rec_hdr &
NDEF_ME_MASK
)
560
if (rec_hdr &
NDEF_ME_MASK
)
618
if (rec_hdr &
NDEF_ME_MASK
)
679
if (rec_hdr &
NDEF_ME_MASK
)
[
all
...]
/external/libnfc-nci/src/nfc/include/
ndef_utils.h
33
#define
NDEF_ME_MASK
0x40 /* Message End */
Completed in 67 milliseconds