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:respKeyDist
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H
A
D
smp_cmd.c
45
PacketPayloadWrite(pkt, &pairReqParam->
respKeyDist
, offset, sizeof(pairReqParam->
respKeyDist
));
in SMP_SendPairingRequest()
76
PacketPayloadWrite(pkt, &pairRspParam->
respKeyDist
, offset, sizeof(pairRspParam->
respKeyDist
));
in SMP_SendPairingResponse()
H
A
D
smp_tool.c
241
param->preq[PAIR_REQ_0] = SMP_GetPairMng()->local.pairParam.
respKeyDist
;
in SMP_ConstituteC1Step1Param()
248
param->pres[PAIR_RES_0] = SMP_GetPairMng()->peer.pairParam.
respKeyDist
;
in SMP_ConstituteC1Step1Param()
258
param->preq[PAIR_REQ_0] = SMP_GetPairMng()->peer.pairParam.
respKeyDist
;
in SMP_ConstituteC1Step1Param()
265
param->pres[PAIR_RES_0] = SMP_GetPairMng()->local.pairParam.
respKeyDist
;
in SMP_ConstituteC1Step1Param()
748
mng->peer.keyDist = mng->local.pairParam.
respKeyDist
& mng->peer.pairParam.
respKeyDist
;
in SMP_CalculateKeyDistribution()
750
mng->local.keyDist = mng->local.pairParam.
respKeyDist
& mng->peer.pairParam.
respKeyDist
;
in SMP_CalculateKeyDistribution()
753
mng->local.pairParam.
respKeyDist
= mng->local.keyDist;
in SMP_CalculateKeyDistribution()
H
A
D
smp.h
140
uint8_t
respKeyDist
;
member
H
A
D
smp_receive.c
206
pairParamTemp.
respKeyDist
= pData[offset];
in SMP_ReceivePairingRequest()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H
A
D
gap_sm_receive.c
192
LOG_INFO("%{public}s: handle:0x%04x ioCapability:%hhu authReq:0x%02x initKeyDist:0x%02x
respKeyDist
:0x%02x",
in GapRecvLeRemotePairRequest()
198
param->
respKeyDist
);
in GapRecvLeRemotePairRequest()
222
LOG_INFO("%{public}s: handle:0x%04x ioCapability:%hhu authReq:0x%02x initKeyDist:0x%02x
respKeyDist
:0x%02x",
in GapRecvLeRemotePairResponse()
228
param->
respKeyDist
);
in GapRecvLeRemotePairResponse()
H
A
D
gap_le_sec.c
956
.
respKeyDist
= localFeature.respKeyDis,
in GAP_LePairFeatureRsp()
Completed in 8 milliseconds