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:BleFeature
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_feature.h
32
class
BleFeature
{
class
39
static
BleFeature
&GetInstance()
in GetInstance()
41
static
BleFeature
instance;
in GetInstance()
176
BleFeature
()
in BleFeature()
function in OHOS::bluetooth::BleFeature
182
~
BleFeature
()
in ~BleFeature()
187
BleFeature
(
BleFeature
&) = delete;
192
BleFeature
&operator=(const
BleFeature
&) = delete;
H
A
D
ble_advertiser_impl.cpp
232
bool isCodedPhySupported =
BleFeature
::GetInstance().IsLeCodedPhySupported();
in CheckAdvertiserPara()
233
bool is2MPhySupported =
BleFeature
::GetInstance().IsLe2MPhySupported();
in CheckAdvertiserPara()
273
if (
BleFeature
::GetInstance().IsLeExtendedAdvertisingSupported()) {
in StartAdvertising()
313
if (
BleFeature
::GetInstance().IsLeExtendedAdvertisingSupported()) {
in StartLegacyAdvOrExAdv()
390
if (
BleFeature
::GetInstance().IsLeExtendedAdvertisingSupported()) {
in StopAdvertising()
419
if (
BleFeature
::GetInstance().IsLeExtendedAdvertisingSupported()) {
in StartAllAdvertising()
458
if (
BleFeature
::GetInstance().IsLeExtendedAdvertisingSupported()) {
in StopAllAdvertising()
734
if (
BleFeature
::GetInstance().IsLeExtendedAdvertisingSupported()) {
in DeregisterCallbackToGap()
1184
if (!
BleFeature
::GetInstance().IsLeExtendedAdvertisingSupported()) {
in CreateAdvertiserSetHandle()
1195
uint8_t end =
BleFeature
in CreateAdvertiserSetHandle()
[all...]
H
A
D
ble_adapter.cpp
262
if (
BleFeature
::GetInstance().IsLeExtendedAdvertisingSupported()) {
in DisableTask()
945
return
BleFeature
::GetInstance().GetBleMaximumAdvertisingDataLength();
in GetBleMaxAdvertisingDataLength()
1285
if ((pimpl->bleAdvertiser_ != nullptr) && (!
BleFeature
::GetInstance().IsLeExtendedAdvertisingSupported()) &&
in LeConnectionCompleteTask()
1630
return
BleFeature
::GetInstance().IsPrivacySupported();
in IsLlPrivacySupported()
H
A
D
ble_central_manager_impl.cpp
232
if (
BleFeature
::GetInstance().IsLeExtendedAdvertisingSupported()) {
in DeregisterCallbackToGap()
727
if (
BleFeature
::GetInstance().IsExtendedScanSupported()) {
in StartOrStopScan()
1168
if (
BleFeature
::GetInstance().IsExtendedScanSupported()) {
in SetScanParamOrExScanParamToGap()
1651
if (
BleFeature
::GetInstance().IsExtendedScanSupported()) {
in Stop()
Completed in 9 milliseconds