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:GAP_STATUS_FAILED
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
gap_comm.h
38
#define
GAP_STATUS_FAILED
0xFF /// GAP internal error status
macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H
A
D
gap.c
513
retStatus =
GAP_STATUS_FAILED
;
in GapWriteScanEnableComplete()
567
retStatus =
GAP_STATUS_FAILED
;
in GapWriteInquiryScanActivityComplete()
617
retStatus =
GAP_STATUS_FAILED
;
in GapWriteInquiryScanTypeComplete()
681
retStatus =
GAP_STATUS_FAILED
;
in GapWriteCurrentIACLAPComplete()
728
retStatus =
GAP_STATUS_FAILED
;
in GapWritePageScanActivityComplete()
772
retStatus =
GAP_STATUS_FAILED
;
in GapWritePageScanTypeComplete()
1122
retStatus =
GAP_STATUS_FAILED
;
in GapWriteClassOfDeviceComplete()
H
A
D
gap_br_sec.c
92
uint8_t result =
GAP_STATUS_FAILED
;
in GapDoAuthenticationCallback()
116
uint16_t result =
GAP_STATUS_FAILED
;
in GapDoSecurityCallback()
428
param->callback(
GAP_STATUS_FAILED
, param->info, param->context);
in GAP_RequestSecurity()
1499
return
GAP_STATUS_FAILED
;
in GapLinkKeyRequestReply()
H
A
D
gap_le_conn.c
565
GAP_STATUS_FAILED
, &addr, 0, 0, 0, g_leConnUpdateCallback.context);
in GapReceiveL2capParameterUpdateRsp()
H
A
D
gap_le_sec.c
529
deviceInfo->securityReq->result =
GAP_STATUS_FAILED
;
in GapLeEncryptionComplete()
Completed in 9 milliseconds