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:L2CAP_OFFSET_4
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H
A
D
l2cap_core.c
165
L2capCpuToLe16(buff +
L2CAP_OFFSET_4
, result);
in L2capSendConnectionRsp()
190
buff[
L2CAP_OFFSET_4
] = L2CAP_OPTION_MAXIMUM_TRANSMISSION_UNIT;
in L2capSendConfigurationReq()
208
buff[signal.length +
L2CAP_OFFSET_4
] = chan->lcfg.rfc.maxTransmit;
in L2capSendConfigurationReq()
255
buff[signal->length +
L2CAP_OFFSET_4
] = cfg->rfc.maxTransmit;
in L2capSendConfigurationRspRfcProcess()
266
buff[signal->length +
L2CAP_OFFSET_4
] = 0;
in L2capSendConfigurationRspRfcProcess()
286
L2capCpuToLe16(buff +
L2CAP_OFFSET_4
, result);
in L2capSendConfigurationRsp()
398
buff[
L2CAP_OFFSET_4
] = L2CAP_FEATURE_ENHANCED_RETRANSMISSION_MODE | L2CAP_FEATURE_STREAMING_MODE |
in L2capSendInformationRsp()
404
buff[
L2CAP_OFFSET_4
] = L2CAP_FEATURE_SIGNALING_CHANNEl;
in L2capSendInformationRsp()
1194
cfg->rfc.maxTransmit = data[offset +
L2CAP_OFFSET_4
];
in L2capProcessErfcOption()
1272
L2capCpuToLe16(buff +
L2CAP_OFFSET_4
, (uint16_
in L2capConfigurationRspReject()
[all...]
H
A
D
l2cap_le.c
455
L2capCpuToLe16(buff +
L2CAP_OFFSET_4
, chan->lcfg.mtu);
in L2capSendCreditBasedConnectionReq()
479
L2capCpuToLe16(buff +
L2CAP_OFFSET_4
, chan->lcfg.mps);
in L2capSendCreditBasedConnectionRsp()
624
L2capCpuToLe16(header +
L2CAP_OFFSET_4
, totalLength);
in L2capLeSegmentPacketWithCredit()
658
param.connLatency = L2capLe16ToCpu(data +
L2CAP_OFFSET_4
);
in L2capLeProcessConnectionParameterUpdateReq()
713
cfg.mtu = L2capLe16ToCpu(data +
L2CAP_OFFSET_4
);
in L2capLeProcessCreditBasedConnectionReq()
777
cfg.mps = L2capLe16ToCpu(data +
L2CAP_OFFSET_4
);
in L2capLeProcessCreditBasedConnectionRsp()
1447
L2capCpuToLe16(header +
L2CAP_OFFSET_4
, length);
in L2CAP_LeSendData()
1740
L2capCpuToLe16(buff +
L2CAP_OFFSET_4
, param->connLatency);
in L2CAP_LeConnectionParameterUpdateReq()
H
A
D
l2cap_cmn.h
112
#define
L2CAP_OFFSET_4
0x04
macro
H
A
D
l2cap_cmn.c
466
buff[
L2CAP_OFFSET_4
] = signal->code;
in L2capBuildSignalPacket()
498
L2capCpuToLe16(buff +
L2CAP_OFFSET_4
, data[1]);
in L2capSendCommandReject()
Completed in 6 milliseconds