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_ACCEPT
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
gap_comm.h
41
#define
GAP_ACCEPT
1 /// accept
macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H
A
D
gap_le_sec.c
586
if (accept ==
GAP_ACCEPT
) {
in GAP_LeRemoteEncryptionKeyRsp()
632
if (accept ==
GAP_ACCEPT
) {
in GAP_LeLocalEncryptionKeyRsp()
656
if (accept ==
GAP_ACCEPT
) {
in GAP_RequestSigningAlgorithmInfoRsp()
987
if (accept ==
GAP_ACCEPT
) {
in GAP_LePairPassKeyRsp()
1018
if (accept ==
GAP_ACCEPT
) {
in GAP_LePairOobRsp()
1050
if (accept ==
GAP_ACCEPT
) {
in GAP_LePairScOobRsp()
1089
if (accept ==
GAP_ACCEPT
) {
in GAP_LePairScUserConfirmRsp()
H
A
D
gap_br_sec.c
1130
if (accept ==
GAP_ACCEPT
) {
in GAP_IOCapabilityRsp()
1217
if (accept ==
GAP_ACCEPT
) {
in GAP_UserConfirmRsp()
1303
if (accept ==
GAP_ACCEPT
) {
in GAP_UserPasskeyRsp()
1389
if (accept ==
GAP_ACCEPT
) {
in GAP_RemoteOobRsp()
1475
} else if (accept ==
GAP_ACCEPT
&& (pinCode == NULL || pinCodeLength > GAP_PINCODE_SIZE)) {
in GAP_PinCodeRsp()
1481
if (accept ==
GAP_ACCEPT
) {
in GAP_PinCodeRsp()
1620
if (accept ==
GAP_ACCEPT
) {
in GAP_LinkKeyRsp()
H
A
D
gap_le_conn.c
283
if (accept ==
GAP_ACCEPT
) {
in GAP_LeConnectionParameterRsp()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_security.cpp
543
accept =
GAP_ACCEPT
;
in GapLeLocalEncryptionKeyReqEvent()
571
accept =
GAP_ACCEPT
;
in GapLeRemoteEncryptionKeyReqEvent()
618
accept =
GAP_ACCEPT
;
in GapRequestSigningAlgorithmInfoEvt()
628
accept &=
GAP_ACCEPT
;
in GapRequestSigningAlgorithmInfoEvt()
H
A
D
ble_adapter.cpp
824
ret = pimpl->bleSecurity_->SetDevicePasskey(device, passkey,
GAP_ACCEPT
);
in SetDevicePasskey()
931
ret = pimpl->bleSecurity_->SetUserConfirm(device,
GAP_ACCEPT
);
in SetDevicePairingConfirmation()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H
A
D
classic_adapter.cpp
1953
ret = (GAPIF_UserConfirmRsp(&btAddr,
GAP_ACCEPT
) == BT_SUCCESS);
in SetDevicePairingConfirmation()
1980
ret = (GAPIF_UserPasskeyRsp(&btAddr,
GAP_ACCEPT
, passkey) == BT_SUCCESS);
in SetDevicePasskey()
2155
accept =
GAP_ACCEPT
;
in SetLinkKey()
2228
uint8_t accept =
GAP_ACCEPT
;
in SetDevicePin()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_connection_manager.cpp
695
GAPIF_LeConnectionParameterRsp(&addr,
GAP_ACCEPT
, &connParam);
in LEConnectionParamterReqImpl()
Completed in 17 milliseconds