Home
last modified time | relevance | path

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

/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h97 class BtA2dpObserver : public Bluetooth::A2dpSourceObserver { class in OHOS::NFC::TAG::BtConnectionManager
99 BtA2dpObserver() = default;
100 virtual ~BtA2dpObserver() = default;
173 std::shared_ptr<BtA2dpObserver> btA2dpObserver_ {};
/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp439 btA2dpObserver_ = std::make_shared<BtA2dpObserver>(); in RegisterProfileObserver()
837 void BtConnectionManager::BtA2dpObserver::OnConnectionStateChanged(const Bluetooth::BluetoothRemoteDevice &device, in OnConnectionStateChanged()
841 InfoLog("BtA2dpObserver::OnConnectionStateChanged state: %{public}d", state); in OnConnectionStateChanged()

Completed in 4 milliseconds