Home
last modified time | relevance | path

Searched refs:fcs (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_frames.c76 uint8_t fcs = 0xFF; in RfcommCalculateFcs() local
80 fcs = G_CRCTABLE[fcs ^ *p++]; in RfcommCalculateFcs()
82 fcs = 0xFF - fcs; in RfcommCalculateFcs()
84 return fcs; in RfcommCalculateFcs()
92 * @param recvfcs Received fcs value.
101 uint8_t fcs = 0xFF; in RfcommCheckFcs() local
106 fcs = G_CRCTABLE[fcs in RfcommCheckFcs()
762 uint8_t fcs = 0; RfcommParseHeaderTail() local
[all...]
H A Drfcomm_session_fsm.c227 config.fcs = 0x01; in RfcommRecvConnectRsp()
312 reqInfo.cfg.fcs = 0x01; in RfcommRecvConfigReq()
957 config.fcs = 0x01; in RfcommRecvSessionSecurityRslt()
H A Drfcomm_defs.h461 uint8_t fcs; member
471 uint8_t fcs; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c215 if (chan->lcfg.fcs != 0x01) { in L2capSendConfigurationReq()
234 if ((chan->lcfg.fcs == 0x01) || (chan->rcfg.fcs == 0x01)) { in L2capChannelConnected()
235 chan->lcfg.fcs = 0x01; in L2capChannelConnected()
236 chan->rcfg.fcs = 0x01; in L2capChannelConnected()
462 uint16_t fcs; in L2capCheckCrc() local
468 fcs = L2capLe16ToCpu(tailPtr); in L2capCheckCrc()
471 if (fcs != fcsCalc) { in L2capCheckCrc()
485 if (chan->lcfg.fcs == 0x01) { in L2capBuildSFrame()
500 if (chan->lcfg.fcs in L2capBuildSFrame()
[all...]
H A Dl2cap.c146 chan->lcfg.fcs = cfg->fcs; in L2CAP_ConfigReq()
174 chan->lcfg.fcs = 0x01; in L2CAP_ConfigReq()
H A Dl2cap_inst.c216 cfg->fcs = 0x01; in L2capSetDefaultConfigOptions()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h145 uint8_t fcs; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_br_l2cap.c151 cfg.fcs = 0x01; in AvctBrRecvConnectionReqAct()
220 cfg.fcs = 0x01; in AvctBrRecvConnectionRspCBack()
H A Davctp_ctrl_l2cap.c291 rspCfg.fcs = 0x01; in AvctRecvConfigReqCBack()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_l2cap.cpp113 l2capConfigInfo.fcs = L2CAP_CONFIG_FCS; in AcceptConnection()
500 l2capConfigInfo.fcs = 0x01; in TransportRecvConnectionRspCallbackNative()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_l2cap.c424 rspCfg.fcs = 0x01; in AvdtConfigureIndication()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_connect.c418 config.fcs = 0x01; in SdpConnectRspCallbackTask()
720 config.fcs = 0x01; in SdpReceiveConnectResponseTask()

Completed in 14 milliseconds