Searched refs:rfcomm_crc_table (Results 1 – 1 of 1) sorted by relevance
136 static unsigned char rfcomm_crc_table[256] = { variable179 #define __crc(data) (rfcomm_crc_table[rfcomm_crc_table[0xff ^ data[0]] ^ data[1]])190 return 0xff - rfcomm_crc_table[__crc(data) ^ data[2]]; in __fcs2()199 f = rfcomm_crc_table[f ^ data[2]]; in __check_fcs()201 return rfcomm_crc_table[f ^ fcs] != 0xcf; in __check_fcs()