Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp40 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 Dble_adapter.h42 class BleAdapter : public IAdapterBle, public utility::Context { class
47 BleAdapter();
52 ~BleAdapter();
212 BT_DISALLOW_COPY_AND_ASSIGN(BleAdapter);
H A Dble_security.cpp423 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 Dble_advertiser_impl.cpp128 (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 Dble_central_manager_impl.cpp622 (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 Dadapter_manager.cpp48 // T is BleAdapter or ClassicAdapter
83 std::unique_ptr<AdapterInfo<BleAdapter>> bleAdapter_ = nullptr;
701 pimpl->bleAdapter_ = CreateAdapter<BleAdapter>( in CreateAdapters()

Completed in 13 milliseconds