Searched refs:crc_table (Results 1 – 1 of 1) sorted by relevance
504 static const uint8_t crc_table[256] = { variable551 fcs = crc_table[fcs ^ *data++]; in bt_mesh_fcs_calc()566 fcs = crc_table[fcs ^ *data++]; in bt_mesh_fcs_check()569 return crc_table[fcs ^ received_fcs] == 0xcf; in bt_mesh_fcs_check()