Searched refs:pCentralManager (Results 1 – 1 of 1) sorted by relevance
279 auto *pCentralManager = static_cast<BleCentralManagerImpl *>(context); in ExAdvertisingReport() local280 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()316 … pCentralManager->dispatcher_->PostTask(std::bind(&BleCentralManagerImpl::ExAdvertisingReportTask, in ExAdvertisingReport()317 pCentralManager, in ExAdvertisingReport()