Home
last modified time | relevance | path

Searched refs:BleAdapter (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp40 struct BleAdapter::impl {
112 BleAdapter &bleAdapter_;
149 BleAdapter::impl::~impl() in ~impl()
152 BleAdapter::BleAdapter() : utility::Context(ADAPTER_NAME_BLE, "5.0"), pimpl(std::make_unique<BleAda… in BleAdapter() function in OHOS::bluetooth::BleAdapter
157 BleAdapter::~BleAdapter() in ~BleAdapter()
166 void BleAdapter::Enable() in Enable()
173 bool BleAdapter::EnableTask() in EnableTask()
194 int BleAdapter::InitBtmAndGap() in InitBtmAndGap()
240 void BleAdapter::Disable() in Disable()
247 bool BleAdapter::DisableTask() in DisableTask()
[all …]
H A Dble_adapter.h42 class BleAdapter : public IAdapterBle, public utility::Context {
47 BleAdapter();
52 ~BleAdapter();
212 BT_DISALLOW_COPY_AND_ASSIGN(BleAdapter);
H A Dble_advertiser_impl.cpp128 (static_cast<BleAdapter *>(bleAdvertiser->bleAdapter_))->NotifyAllWaitContinue(); in AdvSetEnableResult()
575 (static_cast<BleAdapter *>(bleAdvertiser->bleAdapter_))->NotifyAllWaitContinue(); in ExAdvSetEnableResult()
625 (static_cast<BleAdapter *>(bleAdvertiser->bleAdapter_))->NotifyAllWaitContinue(); in ExAdvRemoveHandleResult()
641 (static_cast<BleAdapter *>(bleAdvertiser->bleAdapter_))->NotifyAllWaitContinue(); in ExAdvClearHandleResult()
1350 (static_cast<BleAdapter *>(bleAdapter_))->OnStartAdvertisingEvt(); in GapAdvStartCompleteEvt()
1392 (static_cast<BleAdapter *>(bleAdapter_))->OnStopAdvertisingEvt(); in GapAdvStopCompleteEvt()
1612 (static_cast<BleAdapter *>(bleAdapter_))->OnStartAdvertisingEvt(); in GapExAdvStartCompleteEvt()
H A Dble_security.cpp423 ret = (static_cast<BleAdapter *>(bleAdapter_))->IsRemovePairedDevice(addr); in SavePairKeyNotify()
522 (static_cast<BleAdapter *>(bleAdapter_))->EncryptionComplete(addr); in GapEncryptionComplete()
698 (static_cast<BleAdapter *>(bleAdapter_))->LePairingStatus(addr); in GapLePairFeatureReq()
817 … (static_cast<BleAdapter *>(bleAdapter_))->LePairComplete(addr, param.lePairComplete_.result); in GapLePairComplete()
H A Dble_central_manager_impl.cpp625 (static_cast<BleAdapter *>(centralManager->bleAdapter_))->NotifyAllWaitContinue(); in ScanSetEnableResult()
656 (static_cast<BleAdapter *>(centralManager->bleAdapter_))->NotifyAllWaitContinue(); in ScanExSetEnableResult()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_manager.cpp83 std::unique_ptr<AdapterInfo<BleAdapter>> bleAdapter_ = nullptr;
701 pimpl->bleAdapter_ = CreateAdapter<BleAdapter>( in CreateAdapters()