Home
last modified time | relevance | path

Searched refs:rfc_crctable (Results 1 – 1 of 1) sorted by relevance

/system/bt/stack/rfcomm/
Drfc_utils.cc48 static const uint8_t rfc_crctable[] = { variable
92 fcs = rfc_crctable[fcs ^ *p++]; in rfc_calc_fcs()
115 fcs = rfc_crctable[fcs ^ *p++]; in rfc_check_fcs()
119 fcs = rfc_crctable[fcs ^ received_fcs]; in rfc_check_fcs()