Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/include/
Dlocator_required_data_manager.h182 std::shared_ptr<Bluetooth::BleCentralManager> bleCentralManager_; variable
/base/location/services/location_locator/locator/source/
Dlocator_required_data_manager.cpp29 bleCentralManager_ = std::make_shared<Bluetooth::BleCentralManager>(callback); in LocatorRequiredDataManager()
87 bleCentralManager_->StartScan(); in RegisterCallback()