Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_crc.c150 uint16_t CalCrc16WithPrev(uint8_t data, uint16_t preCrc) in CalCrc16WithPrev() argument
152 return ((preCrc >> 0x08) & 0x00ff) ^ G_CRCTABLE[(uint8_t)(preCrc & 0x00ff) ^ data]; in CalCrc16WithPrev()
H A Dl2cap_crc.h25 uint16_t CalCrc16WithPrev(uint8_t data, uint16_t preCrc);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dpacket.h37 typedef uint16_t (*CalCrc16)(uint8_t data, uint16_t preCrc);