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:rcfg
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H
A
D
l2cap.c
214
chan->lcfg.rfc.txWindowSize = chan->
rcfg
.rfc.rxWindowSize;
in L2CAP_ConfigRsp()
218
if (chan->
rcfg
.rfc.mps > (L2capGetTxBufferSize() - L2CAP_SIZE_10)) {
in L2CAP_ConfigRsp()
219
chan->
rcfg
.rfc.mps = (L2capGetTxBufferSize() - L2CAP_SIZE_10);
in L2CAP_ConfigRsp()
228
if (chan->
rcfg
.rfc.mps > (L2capGetTxBufferSize() - L2CAP_SIZE_10)) {
in L2CAP_ConfigRsp()
229
chan->
rcfg
.rfc.mps = (L2capGetTxBufferSize() - L2CAP_SIZE_10);
in L2CAP_ConfigRsp()
355
if (length > chan->
rcfg
.mtu) {
in L2CAP_SendData()
H
A
D
l2cap_le.c
51
L2capLeConfigInfo
rcfg
;
member
550
if (chan->
rcfg
.credit == 0) {
in L2capLeTxWithCredit()
564
chan->
rcfg
.credit -= 1;
in L2capLeTxWithCredit()
567
if (chan->
rcfg
.credit == 0) {
in L2capLeTxWithCredit()
614
int remainLength = PacketFragment(pkt, frag, chan->
rcfg
.mps);
in L2capLeSegmentPacketWithCredit()
731
chan->
rcfg
.mtu = cfg.mtu;
in L2capLeProcessCreditBasedConnectionReq()
732
chan->
rcfg
.mps = cfg.mps;
in L2capLeProcessCreditBasedConnectionReq()
733
chan->
rcfg
.credit = cfg.credit;
in L2capLeProcessCreditBasedConnectionReq()
734
if (chan->
rcfg
.mps > (L2capLeGetTxBufferSize() - L2CAP_SIZE_6)) {
in L2capLeProcessCreditBasedConnectionReq()
735
chan->
rcfg
in L2capLeProcessCreditBasedConnectionReq()
[all...]
H
A
D
l2cap_core.c
234
if ((chan->lcfg.fcs == 0x01) || (chan->
rcfg
.fcs == 0x01)) {
in L2capChannelConnected()
236
chan->
rcfg
.fcs = 0x01;
in L2capChannelConnected()
246
if (chan->
rcfg
.rfc.mode != cfg->rfc.mode) {
in L2capSendConfigurationRspRfcProcess()
248
chan->
rcfg
.rfc.mode = cfg->rfc.mode;
in L2capSendConfigurationRspRfcProcess()
269
L2capCpuToLe16(buff + signal->length + L2CAP_OFFSET_9, chan->
rcfg
.rfc.mps);
in L2capSendConfigurationRspRfcProcess()
289
if (chan->
rcfg
.mtu != cfg->mtu) {
in L2capSendConfigurationRsp()
291
chan->
rcfg
.mtu = cfg->mtu;
in L2capSendConfigurationRsp()
300
if (chan->
rcfg
.flushTimeout != cfg->flushTimeout) {
in L2capSendConfigurationRsp()
302
chan->
rcfg
.flushTimeout = cfg->flushTimeout;
in L2capSendConfigurationRsp()
951
if (length > chan->
rcfg
in L2capSendIFrame()
[all...]
H
A
D
l2cap_inst.h
140
L2capConfigInfo
rcfg
;
member
H
A
D
l2cap_inst.c
252
L2capSetDefaultConfigOptions(&(chan->
rcfg
));
in L2capNewChannel()
Completed in 6 milliseconds