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:keyDistCmdFlag
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H
A
D
smp_receive.c
651
SMP_GetPairMng()->peer.
keyDistCmdFlag
=
in SMP_RecvEncInfoProcessMaster()
652
SMP_GetPairMng()->peer.
keyDistCmdFlag
& (~SMP_KEY_DIST_CMD_FLAG_BIT_ENC_INFO);
in SMP_RecvEncInfoProcessMaster()
653
if ((SMP_GetPairMng()->peer.
keyDistCmdFlag
!= 0x00) ||
in SMP_RecvEncInfoProcessMaster()
657
LOG_INFO("g_smpPairMng.peer.
keyDistCmdFlag
is 0");
in SMP_RecvEncInfoProcessMaster()
701
SMP_GetPairMng()->peer.
keyDistCmdFlag
=
in SMP_RecvEncInfoProcessSlave()
702
SMP_GetPairMng()->peer.
keyDistCmdFlag
& (~SMP_KEY_DIST_CMD_FLAG_BIT_ENC_INFO);
in SMP_RecvEncInfoProcessSlave()
703
if (SMP_GetPairMng()->peer.
keyDistCmdFlag
== 0x00) {
in SMP_RecvEncInfoProcessSlave()
704
LOG_INFO("g_smpPairMng.peer.
keyDistCmdFlag
is 0.");
in SMP_RecvEncInfoProcessSlave()
721
SMP_GetPairMng()->peer.
keyDistCmdFlag
=
in SMP_RecvMasterIdentProcessMaster()
722
SMP_GetPairMng()->peer.
keyDistCmdFlag
in SMP_RecvMasterIdentProcessMaster()
[all...]
H
A
D
smp_tool.c
766
mng->local.
keyDistCmdFlag
= 0x00;
in SMP_SetkeyDistCmdFlag()
767
mng->peer.
keyDistCmdFlag
= 0x00;
in SMP_SetkeyDistCmdFlag()
770
mng->local.
keyDistCmdFlag
= mng->local.
keyDistCmdFlag
| SMP_KEY_DIST_CMD_FLAG_BIT_ENC_INFO;
in SMP_SetkeyDistCmdFlag()
771
mng->local.
keyDistCmdFlag
= mng->local.
keyDistCmdFlag
| SMP_KEY_DIST_CMD_FLAG_BIT_MASTER_IDENT;
in SMP_SetkeyDistCmdFlag()
775
mng->local.
keyDistCmdFlag
= mng->local.
keyDistCmdFlag
| SMP_KEY_DIST_CMD_FLAG_BIT_IDENT_INFO;
in SMP_SetkeyDistCmdFlag()
776
mng->local.
keyDistCmdFlag
= mng->local.
keyDistCmdFlag
| SMP_KEY_DIST_CMD_FLAG_BIT_IDENT_ADD
in SMP_SetkeyDistCmdFlag()
[all...]
H
A
D
smp_send.c
38
static void SMP_SendKeysToRemoteCbProcess(uint16_t aclHandle, int result, uint8_t
keyDistCmdFlag
);
529
static void SMP_SendKeysToRemoteCbProcess(uint16_t aclHandle, int result, uint8_t
keyDistCmdFlag
)
in SMP_SendKeysToRemoteCbProcess()
argument
536
SMP_GetPairMng()->local.
keyDistCmdFlag
= SMP_GetPairMng()->local.
keyDistCmdFlag
& (~
keyDistCmdFlag
);
in SMP_SendKeysToRemoteCbProcess()
537
if (SMP_GetPairMng()->local.
keyDistCmdFlag
!= 0x00) {
in SMP_SendKeysToRemoteCbProcess()
540
LOG_INFO("g_smpPairMng.local.
keyDistCmdFlag
is 0.");
in SMP_SendKeysToRemoteCbProcess()
H
A
D
smp_def.h
142
uint8_t
keyDistCmdFlag
;
member
H
A
D
smp_hci_event.c
785
if (SMP_GetPairMng()->peer.
keyDistCmdFlag
!= 0x00) {
in SMP_LinkLayerEncCompMaster()
797
LOG_INFO("g_smpPairMng.peer.
keyDistCmdFlag
is 0.");
in SMP_LinkLayerEncCompMaster()
Completed in 6 milliseconds