Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp279 auto *pCentralManager = static_cast<BleCentralManagerImpl *>(context); in ExAdvertisingReport() local
280 if ((pCentralManager != nullptr) && (pCentralManager->dispatcher_)) { in ExAdvertisingReport()
291 …isStart ? pCentralManager->pimpl->advDataCache_.SetAdvData(addr->type, rawAddress, std::move(datas… in ExAdvertisingReport()
292 … : pCentralManager->pimpl->advDataCache_.AppendAdvData(addr->type, rawAddress, std::move(datas)); in ExAdvertisingReport()
300 pCentralManager->pimpl->advDataCache_.ClearAdvData(addr->type, rawAddress); in ExAdvertisingReport()
316pCentralManager->dispatcher_->PostTask(std::bind(&BleCentralManagerImpl::ExAdvertisingReportTask, in ExAdvertisingReport()
317 pCentralManager, in ExAdvertisingReport()