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_SUCCESS
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H
A
D
gap_le_conn.c
62
return
GAP_SUCCESS
;
in GAP_RegisterLeConnCallback()
72
return
GAP_SUCCESS
;
in GAP_DeregisterLeConnCallback()
121
int ret =
GAP_SUCCESS
;
in GAP_LeConnParamUpdate()
254
int ret =
GAP_SUCCESS
;
in GapRejectConnectionParameterUpdate()
364
return
GAP_SUCCESS
;
in GAP_LeSetBondMode()
394
int ret =
GAP_SUCCESS
;
in GAP_LeGetSecurityStatus()
H
A
D
gap_le_adv.c
74
return
GAP_SUCCESS
;
in GAP_LeExAdvGetMaxDataLen()
82
return
GAP_SUCCESS
;
in GAP_LeExAdvGetMaxHandleNum()
95
return
GAP_SUCCESS
;
in GAP_RegisterExAdvCallback()
103
return
GAP_SUCCESS
;
in GAP_DeregisterExAdvCallback()
427
return
GAP_SUCCESS
;
in GAP_RegisterAdvCallback()
434
return
GAP_SUCCESS
;
in GAP_DeregisterAdvCallback()
H
A
D
gap_le_sec.c
558
return
GAP_SUCCESS
;
in GAP_RegisterLeSecurityCallback()
568
return
GAP_SUCCESS
;
in GAP_DeregisterLeSecurityCallback()
646
int ret =
GAP_SUCCESS
;
in GAP_RequestSigningAlgorithmInfoRsp()
680
int ret =
GAP_SUCCESS
;
in GapLeRequestSecurityMaster()
712
int ret =
GAP_SUCCESS
;
in GapLeRequestSecurityProcess()
788
return
GAP_SUCCESS
;
in GAP_RegisterLePairCallback()
796
return
GAP_SUCCESS
;
in GAP_DeregisterLePairCallback()
809
int ret =
GAP_SUCCESS
;
in GapLePair()
913
return
GAP_SUCCESS
;
in GAP_LeSetMinEncKeySize()
1184
int ret =
GAP_SUCCESS
;
in GAP_LeDataSignatureConfirmation()
[all...]
H
A
D
gap_le_scan.c
94
return
GAP_SUCCESS
;
in GAP_RegisterScanCallback()
102
return
GAP_SUCCESS
;
in GAP_DeregisterScanCallback()
486
return
GAP_SUCCESS
;
in GAP_RegisterExScanCallback()
494
return
GAP_SUCCESS
;
in GAP_DeregisterExScanCallback()
H
A
D
gap_br_sec.c
378
int ret =
GAP_SUCCESS
;
in GAP_RequestSecurity()
461
ret =
GAP_SUCCESS
;
in GapWriteSecureConnectionsHostSupport()
479
return
GAP_SUCCESS
;
in GAP_RegisterSecurityCallback()
487
return
GAP_SUCCESS
;
in GAP_DeregisterSecurityCallback()
518
return
GAP_SUCCESS
;
in GAP_SetSecurityMode()
523
int ret =
GAP_SUCCESS
;
in GAP_AuthorizeRes()
1038
return
GAP_SUCCESS
;
in GAP_RegisterAuthenticationCallback()
1048
return
GAP_SUCCESS
;
in GAP_DeregisterAuthenticationCallback()
1053
int ret =
GAP_SUCCESS
;
in GAP_AuthenticationReq()
1106
return
GAP_SUCCESS
;
in GAP_CancelAuthenticationReq()
[all...]
H
A
D
gap.c
488
int ret =
GAP_SUCCESS
;
in GapWriteScanEnableComplete()
844
return
GAP_SUCCESS
;
in GAP_SetKeyMissingRetry()
860
return
GAP_SUCCESS
;
in GAP_SetBondableMode()
892
int ret =
GAP_SUCCESS
;
in GAP_RegisterServiceSecurity()
940
int ret =
GAP_SUCCESS
;
in GAP_DeregisterServiceSecurity()
1048
int ret =
GAP_SUCCESS
;
in GAP_GetLocalExtendedOOBData()
1304
return
GAP_SUCCESS
;
in GAP_LeSetRole()
H
A
D
gap_br_discover.c
45
return
GAP_SUCCESS
;
in GAP_RegisterDiscoveryCallback()
55
return
GAP_SUCCESS
;
in GAP_DeregisterDiscoveryCallback()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H
A
D
avctp_gap.c
68
if (result !=
GAP_SUCCESS
) {
in AvctSecurityResult()
147
if (result !=
GAP_SUCCESS
) {
in AvctRevConnSecurityResult()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
gap_comm.h
28
#define
GAP_SUCCESS
BT_SUCCESS /// GAP error code success
macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H
A
D
rfcomm_session_fsm.c
925
if (securityRslt.result !=
GAP_SUCCESS
) {
in RfcommRecvSessionSecurityRslt()
942
if (securityRslt.result !=
GAP_SUCCESS
) {
in RfcommRecvSessionSecurityRslt()
H
A
D
rfcomm_channel_fsm.c
177
if (result !=
GAP_SUCCESS
) {
in RfcommRecvSecurityRslt()
193
if (result !=
GAP_SUCCESS
) {
in RfcommRecvSecurityRslt()
Completed in 19 milliseconds