Home
last modified time | relevance | path

Searched refs:AdapterBleObserver (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp79 class AdapterBleObserver;
80 std::unique_ptr<AdapterBleObserver> bleObserverImp_ = nullptr;
417 class BluetoothHostServer::impl::AdapterBleObserver : public IAdapterBleObserver { class in OHOS::Bluetooth::BluetoothHostServer::impl
419 AdapterBleObserver(BluetoothHostServer::impl *impl) : impl_(impl){}; in AdapterBleObserver() function in OHOS::Bluetooth::BluetoothHostServer::impl::AdapterBleObserver
420 ~AdapterBleObserver() override = default;
507 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(AdapterBleObserver);
559 bleObserverImp_ = std::make_unique<AdapterBleObserver>(this); in impl()

Completed in 4 milliseconds