Searched refs:GetBtProfileConnState (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 497 int GetBtProfileConnState(uint32_t profileId, int &state) const;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 49 int32_t GetBtProfileConnState(uint32_t profileId, int &state) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 74 virtual int32_t GetBtProfileConnState(uint32_t profileId, int &state) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 72 int32_t GetBtProfileConnState(uint32_t profileId, int &state) override;
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 212 host_->GetBtProfileConnState(PROFILE_ID_GATT_CLIENT, state);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 879 int BluetoothHost::GetBtProfileConnState(uint32_t profileId, int &state) const in GetBtProfileConnState() function in OHOS::Bluetooth::BluetoothHost 888 return proxy->GetBtProfileConnState(profileId, state); in GetBtProfileConnState()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection.cpp | 270 int32_t err = host->GetBtProfileConnState(GetProfileId(profileId), state); in GetProfileConnectionState()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 327 int32_t BluetoothHostProxy::GetBtProfileConnState(uint32_t profileId, int &state) in GetBtProfileConnState() function in OHOS::Bluetooth::BluetoothHostProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_host_stub.cpp | 441 int32_t result = GetBtProfileConnState(profileId, state); in GetBtProfileConnStateInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 954 int32_t BluetoothHostServer::GetBtProfileConnState(uint32_t profileId, int &state) in GetBtProfileConnState() function in OHOS::Bluetooth::BluetoothHostServer
|