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_SIZE_2
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H
A
D
l2cap_core.c
191
buff[L2CAP_OFFSET_5] =
L2CAP_SIZE_2
;
in L2capSendConfigurationReq()
198
buff[signal.length + L2CAP_OFFSET_1] =
L2CAP_SIZE_2
;
in L2capSendConfigurationReq()
295
buff[signal.length + L2CAP_OFFSET_1] =
L2CAP_SIZE_2
;
in L2capSendConfigurationRsp()
306
buff[signal.length + L2CAP_OFFSET_1] =
L2CAP_SIZE_2
;
in L2capSendConfigurationRsp()
486
tailLength =
L2CAP_SIZE_2
;
in L2capBuildSFrame()
489
spkt = PacketMalloc(L2CAP_HEADER_LENGTH +
L2CAP_SIZE_2
, tailLength, 0);
in L2capBuildSFrame()
492
L2capCpuToLe16(header + 0, tailLength +
L2CAP_SIZE_2
);
in L2capBuildSFrame()
889
headerLength = L2CAP_HEADER_LENGTH +
L2CAP_SIZE_2
;
in L2capBuildIFrame()
895
tailLength =
L2CAP_SIZE_2
;
in L2capBuildIFrame()
1154
if (optLength !=
L2CAP_SIZE_2
) {
in L2capCheckConfigurationOptionLength()
[all...]
H
A
D
l2cap_cmn.h
123
#define
L2CAP_SIZE_2
0x02
macro
H
A
D
l2cap_le.c
611
headerLength = L2CAP_HEADER_LENGTH +
L2CAP_SIZE_2
;
in L2capLeSegmentPacketWithCredit()
834
uint16_t rejCid[
L2CAP_SIZE_2
] = {lcid, rcid};
in L2capLeProcessDisconnectionReq()
1063
if (PacketSize(chan->rxSarPacket) == (size_t)(length +
L2CAP_SIZE_2
)) {
in L2capLeProcessLeData()
1073
if (PacketSize(pkt) == (size_t)(length +
L2CAP_SIZE_2
)) {
in L2capLeProcessLeData()
1445
L2capCpuToLe16(header + 0, length +
L2CAP_SIZE_2
);
in L2CAP_LeSendData()
1725
if (param->connLatency > ((param->supervisionTimeout / (param->connIntervalMax *
L2CAP_SIZE_2
)) - 1)) {
in L2CAP_LeConnectionParameterUpdateReq()
H
A
D
l2cap_cmn.c
492
siganl.length =
L2CAP_SIZE_2
;
in L2capSendCommandReject()
Completed in 7 milliseconds