Home
last modified time | relevance | path

Searched refs:G_CRCTABLE (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_crc.c19 static const uint16_t G_CRCTABLE[G_CRCTABLENUM] = { variable
152 return ((preCrc >> 0x08) & 0x00ff) ^ G_CRCTABLE[(uint8_t)(preCrc & 0x00ff) ^ data]; in CalCrc16WithPrev()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_frames.c18 static const unsigned char G_CRCTABLE[256] = { // Refer to B.3.5 Reversed CRC table of GSM 07.10,v6.3.0 variable
80 fcs = G_CRCTABLE[fcs ^ *p++]; in RfcommCalculateFcs()
106 fcs = G_CRCTABLE[fcs ^ *p++]; in RfcommCheckFcs()
108 fcs = G_CRCTABLE[fcs ^ recvfcs]; in RfcommCheckFcs()

Completed in 2 milliseconds