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:encryptionStatus
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H
A
D
gap_le_sec.c
70
uint8_t
encryptionStatus
= GAP_LE_NO_ENCRYPTION;
in GapDoLeSecurityCallback()
local
90
encryptionStatus
= deviceInfo->
encryptionStatus
;
in GapDoLeSecurityCallback()
92
callback(&deviceInfo->addr, result,
encryptionStatus
, context);
in GapDoLeSecurityCallback()
367
if (deviceInfo->
encryptionStatus
== GAP_LE_UNAUTHENTICATED_ENCRYPTION && result->authFlag) {
in GapSetEncryptionStatusForPairEnd()
368
deviceInfo->
encryptionStatus
= GAP_LE_AUTHENTICATED_ENCRYPTION;
in GapSetEncryptionStatusForPairEnd()
371
deviceInfo->
encryptionStatus
= GAP_LE_NO_ENCRYPTION;
in GapSetEncryptionStatusForPairEnd()
527
deviceInfo->
encryptionStatus
= GAP_LE_NO_ENCRYPTION;
in GapLeEncryptionComplete()
534
deviceInfo->
encryptionStatus
= GAP_LE_AUTHENTICATED_ENCRYPTION;
in GapLeEncryptionComplete()
536
deviceInfo->
encryptionStatus
in GapLeEncryptionComplete()
[all...]
H
A
D
gap_def.h
223
uint8_t
encryptionStatus
;
member
290
uint8_t
encryptionStatus
;
member
H
A
D
gap_br_sec.c
186
if (devInfo->
encryptionStatus
== GAP_ENC_STATUS_IDLE) {
in GapDoSecurityAction()
187
devInfo->
encryptionStatus
= GAP_ENC_STATUS_ACTION;
in GapDoSecurityAction()
193
devInfo->
encryptionStatus
= GAP_ENC_STATUS_IDLE;
in GapDoSecurityAction()
1672
if (devInfo->status == GAP_DEV_SEC_STATUS_ACTION && devInfo->
encryptionStatus
== GAP_ENC_STATUS_ACTION) {
in GapOnEncryptionChangeEvent()
1675
devInfo->
encryptionStatus
= GAP_ENC_STATUS_IDLE;
in GapOnEncryptionChangeEvent()
1718
if (devInfo->status == GAP_DEV_SEC_STATUS_ACTION && devInfo->
encryptionStatus
== GAP_ENC_STATUS_ACTION) {
in GapOnEncryptionKeyRefreshComplete()
1721
devInfo->
encryptionStatus
= GAP_ENC_STATUS_IDLE;
in GapOnEncryptionKeyRefreshComplete()
H
A
D
gap_le_conn.c
402
*status = deviceInfo->
encryptionStatus
;
in GAP_LeGetSecurityStatus()
H
A
D
gap.c
1174
deviceInfo->
encryptionStatus
= GAP_ENC_STATUS_IDLE;
in GapAllocDeviceInfo()
Completed in 9 milliseconds