Home
last modified time | relevance | path

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

/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h123 class BtHidObserver : public Bluetooth::HidHostObserver { class in OHOS::NFC::TAG::BtConnectionManager
125 BtHidObserver() = default;
126 virtual ~BtHidObserver() = default;
175 std::shared_ptr<BtHidObserver> btHidObserver_ {};
/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp461 btHidObserver_ = std::make_shared<BtHidObserver>(); in RegisterProfileObserver()
855 void BtConnectionManager::BtHidObserver::OnConnectionStateChanged(const Bluetooth::BluetoothRemoteDevice &device, in OnConnectionStateChanged()
859 InfoLog("BtHidObserver::OnConnectionStateChanged state: %{public}d", state); in OnConnectionStateChanged()

Completed in 2 milliseconds