Searched refs:rec_errors (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h347 UINT16 rec_errors; /* Receive errors */ member in struct:__anon24194
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c1170 STREAM_TO_UINT16 (nfa_hci_cb.cfg.link_mgmt_gate.rec_errors, p_data);
1180 data[0] = (UINT8) ((nfa_hci_cb.cfg.link_mgmt_gate.rec_errors >> 8) & 0x00FF);
1181 data[1] = (UINT8) (nfa_hci_cb.cfg.link_mgmt_gate.rec_errors & 0x000F);

Completed in 525 milliseconds