Home
last modified time | relevance | path

Searched refs:BleCentralManagerImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp33 struct BleCentralManagerImpl::impl {
165 BleCentralManagerImpl::BleCentralManagerImpl( in BleCentralManagerImpl() function in OHOS::bluetooth::BleCentralManagerImpl
186 BleCentralManagerImpl::~BleCentralManagerImpl() in ~BleCentralManagerImpl()
240 void BleCentralManagerImpl::AdvertisingReport( in AdvertisingReport()
274 void BleCentralManagerImpl::ExAdvertisingReport( in ExAdvertisingReport()
710 void BleCentralManagerImpl::StopScan() const in StopScan()
1324 void BleCentralManagerImpl::HandleWaitFilters() in HandleWaitFilters()
1404 int32_t BleCentralManagerImpl::AllocScannerId() in AllocScannerId()
1424 void BleCentralManagerImpl::ClearScannerIds() in ClearScannerIds()
1596 void BleCentralManagerImpl::StopBleScanFilter() in StopBleScanFilter()
[all …]
H A Dble_central_manager_impl.h41 class BleCentralManagerImpl {
46 explicit BleCentralManagerImpl(
52 ~BleCentralManagerImpl();
434 BT_DISALLOW_COPY_AND_ASSIGN(BleCentralManagerImpl);
H A Dble_adapter.cpp141 std::unique_ptr<BleCentralManagerImpl> bleCentralManager_ = nullptr;
1042 …pimpl->bleCentralManager_ = std::make_unique<BleCentralManagerImpl>(callback, *this, *GetDispatche… in RegisterBleCentralManagerCallback()