Searched refs:BleAdapter (Results 1 – 6 of 6) sorted by relevance
40 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::BleAdapter157 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 …]
42 class BleAdapter : public IAdapterBle, public utility::Context {47 BleAdapter();52 ~BleAdapter();212 BT_DISALLOW_COPY_AND_ASSIGN(BleAdapter);
128 (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()
423 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()
625 (static_cast<BleAdapter *>(centralManager->bleAdapter_))->NotifyAllWaitContinue(); in ScanSetEnableResult()656 (static_cast<BleAdapter *>(centralManager->bleAdapter_))->NotifyAllWaitContinue(); in ScanExSetEnableResult()
83 std::unique_ptr<AdapterInfo<BleAdapter>> bleAdapter_ = nullptr;701 pimpl->bleAdapter_ = CreateAdapter<BleAdapter>( in CreateAdapters()