Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/rfcomm/
Dcore.c116 static unsigned char rfcomm_crc_table[256] = { variable
159 #define __crc(data) (rfcomm_crc_table[rfcomm_crc_table[0xff ^ data[0]] ^ data[1]])
170 return 0xff - rfcomm_crc_table[__crc(data) ^ data[2]]; in __fcs2()
179 f = rfcomm_crc_table[f ^ data[2]]; in __check_fcs()
181 return rfcomm_crc_table[f ^ fcs] != 0xcf; in __check_fcs()