Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/rfcomm/
H A Drfc_utils.cc47 static const uint8_t rfc_crctable[] = { variable
91 fcs = rfc_crctable[fcs ^ *p++]; in rfc_calc_fcs()
114 fcs = rfc_crctable[fcs ^ *p++]; in rfc_check_fcs()
118 fcs = rfc_crctable[fcs ^ received_fcs]; in rfc_check_fcs()