Home
last modified time | relevance | path

Searched refs:GetAdapterConnectState (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_manager.h189 virtual BTConnectState GetAdapterConnectState() const = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_manager.h131 BTConnectState GetAdapterConnectState() const override;
H A Dadapter_manager.cpp528 BTConnectState AdapterManager::GetAdapterConnectState() const in GetAdapterConnectState() function in OHOS::bluetooth::AdapterManager
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp945 state = (int32_t)IAdapterManager::GetInstance()->GetAdapterConnectState(); in GetBtConnectionState()