__crc
return 0xff - __crc(data);
return 0xff - rfcomm_crc_table[__crc(data) ^ data[2]];
u8 f = __crc(data);