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:connectable
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
ble_parcel_data.h
244
* @brief Check if device service is
connectable
.
246
* @return Returns <b>true</b> if device service is
connectable
;
247
* returns <b>false</b> if device service is not
connectable
.
290
* @brief Set
connectable
.
292
* @param
connectable
Whether it is
connectable
.
295
void SetConnectable(bool
connectable
)
in SetConnectable()
argument
297
connectable_ =
connectable
;
in SetConnectable()
303
* @param
connectable
Whether it is legacyMode.
506
* @brief Check if device is
connectable
590
SetConnectable(bool
connectable
)
SetConnectable()
argument
[all...]
H
A
D
ble_service_data.h
229
* @brief Check if device service is
connectable
.
231
* @return Returns <b>true</b> if device service is
connectable
;
232
* returns <b>false</b> if device service is not
connectable
.
238
* @brief Set
connectable
.
240
* @param
connectable
Whether it is
connectable
.
243
void SetConnectable(bool
connectable
);
256
* @param
connectable
Whether it is legacyMode.
360
/// Advertising
connectable
.
874
void SetConnectable(bool
connectable
);
1386
SetConnectable(bool
connectable
)
SetConnectable()
argument
[all...]
H
A
D
ble_service_data.cpp
285
* @brief Check if the device service is
connectable
.
287
* @return Returns <b>true</b> if device service is
connectable
;
297
* @brief Set whether the device service is
connectable
.
299
* @param
connectable
Whether the device service is
connectable
.
302
void BleAdvertiserSettingsImpl::SetConnectable(bool
connectable
)
in SetConnectable()
argument
304
connectable_ =
connectable
;
in SetConnectable()
322
* @param
connectable
Whether to enable the legacy mode
1045
* @brief Check whether device is
connectable
.
1048
* return Returns <b>true</b> if device is
connectable
1061
SetConnectable(bool
connectable
)
SetConnectable()
argument
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_ble_advertiser.h
211
* @brief Set
connectable
.
213
* @param
connectable
Whether it is
connectable
.
216
void SetConnectable(bool
connectable
);
H
A
D
bluetooth_ble_central_manager.h
180
* @brief Set
connectable
.
182
* @param
connectable
Whether it is
connectable
.
185
void SetConnectable(bool
connectable
);
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H
A
D
napi_bluetooth_ble.cpp
652
NAPI_BT_CALL_RETURN(NapiCheckObjectPropertiesName(env, object, {"interval", "txPower", "
connectable
"}));
in ParseAdvertisingSettingsParameters()
681
bool
connectable
= false;
in ParseAdvertisingSettingsParameters()
local
682
NAPI_BT_CALL_RETURN(NapiParseObjectBooleanOptional(env, object, "
connectable
",
connectable
, exist));
in ParseAdvertisingSettingsParameters()
684
HILOGI("
connectable
: %{public}d",
connectable
);
in ParseAdvertisingSettingsParameters()
685
outSettings.SetConnectable(
connectable
);
in ParseAdvertisingSettingsParameters()
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_ble_central_manager.cpp
607
void BleScanResult::SetConnectable(bool
connectable
)
in SetConnectable()
argument
609
connectable_ =
connectable
;
in SetConnectable()
H
A
D
bluetooth_ble_advertiser.cpp
630
void BleAdvertiserSettings::SetConnectable(bool
connectable
)
in SetConnectable()
argument
632
connectable_ =
connectable
;
in SetConnectable()
Completed in 11 milliseconds