Searched refs:rfcomm_crc_table (Results 1 – 3 of 3) sorted by relevance
31 unsigned char rfcomm_crc_table[256] = { variable
114 #define __crc(data) (rfcomm_crc_table[rfcomm_crc_table[0xff ^ data[0]] ^ data[1]])125 return (0xff - rfcomm_crc_table[__crc(data) ^ data[2]]); in __fcs2()134 f = rfcomm_crc_table[f ^ data[2]]; in __check_fcs()136 return rfcomm_crc_table[f ^ fcs] != 0xcf; in __check_fcs()
300 extern u8 rfcomm_crc_table[];