Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_frames.c41 static bool RfcommCheckFcs(uint8_t len, uint8_t recvfcs, const uint8_t *p);
96 bool RfcommCheckFcs(uint8_t len, uint8_t recvfcs, const uint8_t *p) in RfcommCheckFcs() argument
108 fcs = G_CRCTABLE[fcs ^ recvfcs]; in RfcommCheckFcs()
112 LOG_ERROR("%{public}s Fcs check error, recvfcs is %hhu.", __func__, recvfcs); in RfcommCheckFcs()