Searched refs:rfcomm_crc_table (Results 1 – 1 of 1) sorted by relevance
63 static const uint8_t rfcomm_crc_table[256] = { variable110 fcs = rfcomm_crc_table[fcs ^ *data++]; in rfcomm_calc_fcs()123 fcs = rfcomm_crc_table[fcs ^ *data++]; in rfcomm_check_fcs()127 fcs = rfcomm_crc_table[fcs ^ recvd_fcs]; in rfcomm_check_fcs()