Home
last modified time | relevance | path

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

/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h109 class BtHfpObserver : public Bluetooth::HandsFreeAudioGatewayObserver { class in OHOS::NFC::TAG::BtConnectionManager
111 BtHfpObserver() = default;
112 virtual ~BtHfpObserver() = default;
174 std::shared_ptr<BtHfpObserver> btHfpObserver_ {};
/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp450 btHfpObserver_ = std::make_shared<BtHfpObserver>(); in RegisterProfileObserver()
846 void BtConnectionManager::BtHfpObserver::OnConnectionStateChanged(const Bluetooth::BluetoothRemoteDevice &device, in OnConnectionStateChanged()
850 InfoLog("BtHfpObserver::OnConnectionStateChanged state: %{public}d", state); in OnConnectionStateChanged()

Completed in 2 milliseconds