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:BleAdapter
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_adapter.cpp
40
struct
BleAdapter
::impl {
43
explicit GattClientCallback(
BleAdapter
&bleAdapter) : bleAdapter_(bleAdapter)
in GattClientCallback()
112
BleAdapter
&bleAdapter_;
114
impl(
BleAdapter
&bleAdapter);
143
BleAdapter
::impl::impl(
BleAdapter
&bleAdapter) : gattClientcallback_(std::make_unique<GattClientCallback>(bleAdapter))
in impl()
146
BleAdapter
::impl::~impl()
in ~impl()
149
BleAdapter
::
BleAdapter
() : utility::Context(ADAPTER_NAME_BLE, "5.0"), pimpl(std::make_unique<
BleAdapter
function in OHOS::bluetooth::BleAdapter
[all...]
H
A
D
ble_adapter.h
42
class
BleAdapter
: public IAdapterBle, public utility::Context {
class
47
BleAdapter
();
52
~
BleAdapter
();
212
BT_DISALLOW_COPY_AND_ASSIGN(
BleAdapter
);
H
A
D
ble_security.cpp
423
ret = (static_cast<
BleAdapter
*>(bleAdapter_))->IsRemovePairedDevice(addr);
in SavePairKeyNotify()
523
(static_cast<
BleAdapter
*>(bleAdapter_))->EncryptionComplete(addr);
in GapEncryptionComplete()
699
(static_cast<
BleAdapter
*>(bleAdapter_))->LePairingStatus(addr);
in GapLePairFeatureReq()
818
(static_cast<
BleAdapter
*>(bleAdapter_))->LePairComplete(addr, param.lePairComplete_.result);
in GapLePairComplete()
H
A
D
ble_advertiser_impl.cpp
128
(static_cast<
BleAdapter
*>(bleAdvertiser->bleAdapter_))->NotifyAllWaitContinue();
in AdvSetEnableResult()
602
(static_cast<
BleAdapter
*>(bleAdvertiser->bleAdapter_))->NotifyAllWaitContinue();
in ExAdvSetEnableResult()
667
(static_cast<
BleAdapter
*>(bleAdvertiser->bleAdapter_))->NotifyAllWaitContinue();
in ExAdvRemoveHandleResult()
683
(static_cast<
BleAdapter
*>(bleAdvertiser->bleAdapter_))->NotifyAllWaitContinue();
in ExAdvClearHandleResult()
1425
(static_cast<
BleAdapter
*>(bleAdapter_))->OnStartAdvertisingEvt();
in GapAdvStartCompleteEvt()
1469
(static_cast<
BleAdapter
*>(bleAdapter_))->OnStopAdvertisingEvt();
in GapAdvStopCompleteEvt()
1721
(static_cast<
BleAdapter
*>(bleAdapter_))->OnStartAdvertisingEvt();
in GapExAdvStartCompleteEvt()
2002
LOG_ERROR("[
BleAdapter
] %{public}s:GenResPriAddrResult failed!", __func__);
in GenResPriAddrResultTask()
H
A
D
ble_central_manager_impl.cpp
622
(static_cast<
BleAdapter
*>(centralManager->bleAdapter_))->NotifyAllWaitContinue();
in ScanSetEnableResult()
653
(static_cast<
BleAdapter
*>(centralManager->bleAdapter_))->NotifyAllWaitContinue();
in ScanExSetEnableResult()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H
A
D
adapter_manager.cpp
48
// T is
BleAdapter
or ClassicAdapter
83
std::unique_ptr<AdapterInfo<
BleAdapter
>> bleAdapter_ = nullptr;
701
pimpl->bleAdapter_ = CreateAdapter<
BleAdapter
>(
in CreateAdapters()
Completed in 13 milliseconds