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:maxEncKeySize
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H
A
D
smp_cmd.c
41
PacketPayloadWrite(pkt, &pairReqParam->
maxEncKeySize
, offset, sizeof(pairReqParam->
maxEncKeySize
));
in SMP_SendPairingRequest()
42
offset += sizeof(pairReqParam->
maxEncKeySize
);
in SMP_SendPairingRequest()
72
PacketPayloadWrite(pkt, &pairRspParam->
maxEncKeySize
, offset, sizeof(pairRspParam->
maxEncKeySize
));
in SMP_SendPairingResponse()
73
offset += sizeof(pairRspParam->
maxEncKeySize
);
in SMP_SendPairingResponse()
H
A
D
smp_tool.c
239
param->preq[PAIR_REQ_2] = SMP_GetPairMng()->local.pairParam.
maxEncKeySize
;
in SMP_ConstituteC1Step1Param()
246
param->pres[PAIR_RES_2] = SMP_GetPairMng()->peer.pairParam.
maxEncKeySize
;
in SMP_ConstituteC1Step1Param()
256
param->preq[PAIR_REQ_2] = SMP_GetPairMng()->peer.pairParam.
maxEncKeySize
;
in SMP_ConstituteC1Step1Param()
263
param->pres[PAIR_RES_2] = SMP_GetPairMng()->local.pairParam.
maxEncKeySize
;
in SMP_ConstituteC1Step1Param()
724
if (mng->local.pairParam.
maxEncKeySize
>= mng->peer.pairParam.
maxEncKeySize
) {
in SMP_CalculateEncKeySize()
725
mng->encKeySize = mng->peer.pairParam.
maxEncKeySize
;
in SMP_CalculateEncKeySize()
727
mng->encKeySize = mng->local.pairParam.
maxEncKeySize
;
in SMP_CalculateEncKeySize()
856
if ((pairParam->
maxEncKeySize
< SMP_ENC_KEY_SIZE_MIN) || (pairParam->
maxEncKeySize
> SMP_ENC_KEY_SIZE_MA
in SMP_CheckRemotePairParam()
[all...]
H
A
D
smp.h
138
uint8_t
maxEncKeySize
;
member
H
A
D
smp_receive.c
202
pairParamTemp.
maxEncKeySize
= pData[offset];
in SMP_ReceivePairingRequest()
203
offset += sizeof(pairParamTemp.
maxEncKeySize
);
in SMP_ReceivePairingRequest()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H
A
D
gap_le_sec.c
422
if (GapGetLeLocalInfo()->minEncKeySize > param->
maxEncKeySize
) {
in GapLeRemotePairRequest()
454
if (GapGetLeLocalInfo()->minEncKeySize > param->
maxEncKeySize
) {
in GapLeRemotePairResponse()
954
.
maxEncKeySize
= localFeature.
maxEncKeySize
,
in GAP_LePairFeatureRsp()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
gap_le_if.h
290
uint8_t
maxEncKeySize
; /// Maximum of Long Term Key size
member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_security.cpp
644
feature.
maxEncKeySize
= GAP_LINKKEY_SIZE;
in LePairFeatureReq()
Completed in 10 milliseconds