bcsp_crc_reverse
static uint16_t bcsp_crc_reverse(uint16_t);
crc = htobe16(bcsp_crc_reverse(crc));
if (be16toh(crc0) != bcsp_crc_reverse(crc)) {