Searched refs:RfcommCheckFcs (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_frames.c | 41 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() function 623 !RfcommCheckFcs(RFCOMM_NOT_UIH_FSC_LEN, info.fcs, info.calcInfo)) { in RfcommIsSabmDiscValid() 645 !RfcommCheckFcs(RFCOMM_NOT_UIH_FSC_LEN, info.fcs, info.calcInfo)) { in RfcommIsUaValid() 667 !RfcommCheckFcs(RFCOMM_NOT_UIH_FSC_LEN, info.fcs, info.calcInfo)) { in RfcommIsDmValid() 689 …if (!IS_CMD(info.isInitiator, info.cr) || !RfcommCheckFcs(RFCOMM_IS_UIH_FSC_LEN, info.fcs, info.ca… in RfcommIsUihValid()
|