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:BleScanSettings
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_ble_central_manager.cpp
33
void ConvertBleScanSetting(const
BleScanSettings
&inSettings, BluetoothBleScanSettings &outSetting);
40
int32_t CheckScanParams(const
BleScanSettings
&settings, const std::vector<BleScanFilter> &filters);
190
void BleCentralManager::impl::ConvertBleScanSetting(const
BleScanSettings
&inSettings,
in ConvertBleScanSetting()
255
int32_t BleCentralManager::impl::CheckScanParams(const
BleScanSettings
&settings,
in CheckScanParams()
337
int BleCentralManager::StartScan(const
BleScanSettings
&settings, const std::vector<BleScanFilter> &filters)
in StartScan()
637
BleScanSettings
::
BleScanSettings
()
in BleScanSettings()
function in OHOS::Bluetooth::BleScanSettings
640
BleScanSettings
::~
BleScanSettings
()
in ~BleScanSettings()
643
void
BleScanSettings
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_ble_central_manager.h
277
class BLUETOOTH_API
BleScanSettings
{
class
280
* @brief A constructor used to create a <b>
BleScanSettings
</b> instance.
284
BleScanSettings
();
287
* @brief A destructor used to delete the <b>
BleScanSettings
</b> instance.
291
~
BleScanSettings
();
529
BleScanSettings
scanSettings;
580
int StartScan(const
BleScanSettings
&settings, const std::vector<BleScanFilter> &filters);
/foundation/communication/bluetooth_service/test/unittest/ble/
H
A
D
ble_test.h
90
Bluetooth::
BleScanSettings
bleScanSettings_ {};
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H
A
D
napi_bluetooth_ble.cpp
129
BleScanSettings
settings;
in SysStartBLEScan()
592
BleScanSettings
&outSettinngs)
in CheckBleScanParams()
627
BleScanSettings
settings;
in StartBLEScan()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_gatt.cpp
954
BleScanSettings
settings;
in BleStartScanEx()
Completed in 7 milliseconds