OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAtr
(Results
1 - 4
of
4
) sorted by null
/external/libese/tools/ese_relay/
ese_relay_fake.c
23
const uint8_t
kAtr
[] = {0x00, 0x00};
24
const size_t kAtrLength = sizeof(
kAtr
);
ese_relay_pn80t_nq_nci.c
28
const uint8_t *
kAtr
= &kAtrBytes[0];
29
const size_t kAtrLength = sizeof(
kAtr
);
ese_relay_pn80t_spidev.c
29
const uint8_t *
kAtr
= &kAtrBytes[0];
30
const size_t kAtrLength = sizeof(
kAtr
);
ese_relay.c
32
extern const uint8_t *
kAtr
;
163
memcpy(rx_buf,
kAtr
, rx_len);
Completed in 86 milliseconds