Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:fcs
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H
A
D
rfcomm_frames.c
76
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
D
rfcomm_session_fsm.c
227
config.
fcs
= 0x01;
in RfcommRecvConnectRsp()
312
reqInfo.cfg.
fcs
= 0x01;
in RfcommRecvConfigReq()
957
config.
fcs
= 0x01;
in RfcommRecvSessionSecurityRslt()
H
A
D
rfcomm_defs.h
461
uint8_t
fcs
;
member
471
uint8_t
fcs
;
member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H
A
D
l2cap_core.c
215
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
D
l2cap.c
146
chan->lcfg.
fcs
= cfg->
fcs
;
in L2CAP_ConfigReq()
174
chan->lcfg.
fcs
= 0x01;
in L2CAP_ConfigReq()
H
A
D
l2cap_inst.c
216
cfg->
fcs
= 0x01;
in L2capSetDefaultConfigOptions()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
l2cap_def.h
145
uint8_t
fcs
;
member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H
A
D
avctp_br_l2cap.c
151
cfg.
fcs
= 0x01;
in AvctBrRecvConnectionReqAct()
220
cfg.
fcs
= 0x01;
in AvctBrRecvConnectionRspCBack()
H
A
D
avctp_ctrl_l2cap.c
291
rspCfg.
fcs
= 0x01;
in AvctRecvConfigReqCBack()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H
A
D
transport_l2cap.cpp
113
l2capConfigInfo.
fcs
= L2CAP_CONFIG_FCS;
in AcceptConnection()
500
l2capConfigInfo.
fcs
= 0x01;
in TransportRecvConnectionRspCallbackNative()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H
A
D
avdtp_l2cap.c
424
rspCfg.
fcs
= 0x01;
in AvdtConfigureIndication()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H
A
D
sdp_connect.c
418
config.
fcs
= 0x01;
in SdpConnectRspCallbackTask()
720
config.
fcs
= 0x01;
in SdpReceiveConnectResponseTask()
Completed in 15 milliseconds