Searched refs:nfcsnooz_header_t (Results 1 – 2 of 2) sorted by relevance
35 typedef struct nfcsnooz_header_t { struct39 } __attribute__((__packed__)) nfcsnooz_header_t; argument
49 nfcsnooz_header_t header; in nfcsnoop_cb()55 while (ringbuffer_available(buffer) < (length + sizeof(nfcsnooz_header_t))) { in nfcsnoop_cb()56 ringbuffer_pop(buffer, (uint8_t*)&header, sizeof(nfcsnooz_header_t)); in nfcsnoop_cb()72 ringbuffer_insert(buffer, (uint8_t*)&header, sizeof(nfcsnooz_header_t)); in nfcsnoop_cb()