Searched refs:BleCentralManagerImpl (Results 1 – 3 of 3) sorted by relevance
33 struct BleCentralManagerImpl::impl {165 BleCentralManagerImpl::BleCentralManagerImpl( in BleCentralManagerImpl() function in OHOS::bluetooth::BleCentralManagerImpl186 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 …]
41 class BleCentralManagerImpl {46 explicit BleCentralManagerImpl(52 ~BleCentralManagerImpl();434 BT_DISALLOW_COPY_AND_ASSIGN(BleCentralManagerImpl);
141 std::unique_ptr<BleCentralManagerImpl> bleCentralManager_ = nullptr;1042 …pimpl->bleCentralManager_ = std::make_unique<BleCentralManagerImpl>(callback, *this, *GetDispatche… in RegisterBleCentralManagerCallback()