Searched refs:kAtr (Results 1 – 4 of 4) sorted by relevance
23 const uint8_t kAtr[] = {0x00, 0x00}; variable24 const size_t kAtrLength = sizeof(kAtr);
28 const uint8_t *kAtr = &kAtrBytes[0]; variable29 const size_t kAtrLength = sizeof(kAtr);
29 const uint8_t *kAtr = &kAtrBytes[0]; variable30 const size_t kAtrLength = sizeof(kAtr);
32 extern const uint8_t *kAtr;162 memcpy(rx_buf, kAtr, rx_len); in main()