Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/bluetooth/
Dbth5.c154 static uint16_t bth5_crc_reverse(uint16_t);
812 crc = htobe16(bth5_crc_reverse(crc)); in bth5_pktintegrity_transmit()
875 if (be16toh(crc0) != bth5_crc_reverse(crc)) { in bth5_pktintegrity_receive()
915 bth5_crc_reverse(uint16_t crc) in bth5_crc_reverse() function