Home
last modified time | relevance | path

Searched refs:IsAclConnected (Results 1 - 20 of 20) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter.h253 virtual bool IsAclConnected(const RawAddress &device) const = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_remote_device.h227 bool IsAclConnected() const;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_remote_device.h332 bool IsAclConnected() const;
H A Dclassic_remote_device.cpp138 bool ClassicRemoteDevice::IsAclConnected() const in IsAclConnected() function in OHOS::bluetooth::ClassicRemoteDevice
H A Dclassic_adapter.h216 bool IsAclConnected(const RawAddress &device) const override;
H A Dclassic_adapter.cpp1743 bool ClassicAdapter::IsAclConnected(const RawAddress &device) const in IsAclConnected() function in OHOS::bluetooth::ClassicAdapter
1749 isAclConnected = it->second->IsAclConnected(); in IsAclConnected()
1877 if (it->second->IsAclConnected()) { in RemovePair()
1902 if (it->second->IsAclConnected()) { in RemoveAllPairs()
/foundation/communication/dsoftbus/core/adapter/br/include/
H A Dwrapper_br_interface.h133 bool IsAclConnected(const BT_ADDR mac);
/foundation/communication/dsoftbus/core/adapter/br/mock/
H A Dwrapper_br_interface.c161 bool IsAclConnected(const BT_ADDR mac) in IsAclConnected() function
163 CONN_LOGW(CONN_BR, "IsAclConnected not implement"); in IsAclConnected()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp227 bool BluetoothRemoteDevice::IsAclConnected() const in IsAclConnected() function in OHOS::Bluetooth::BluetoothRemoteDevice
232 return hostProxy->IsAclConnected(transport_, address_); in IsAclConnected()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h115 bool IsAclConnected(const RawAddress &device) const override;
H A Dble_adapter.cpp559 LOG_DEBUG("[BleAdapter] isAclConnect %{public}d ", it->second.IsAclConnected()); in ReadRemoteDeviceNameByGatt()
560 if (it->second.IsAclConnected()) { in ReadRemoteDeviceNameByGatt()
695 if ((it->second.IsAclConnected()) && (isDisconnect)) { in RemovePairWithDisConnect()
753 if (it->second.IsAclConnected()) { in RemoveAllPairs()
844 bool BleAdapter::IsAclConnected(const RawAddress &device) const in IsAclConnected() function in OHOS::bluetooth::BleAdapter
852 isAclConnected = it->second.IsAclConnected(); in IsAclConnected()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h110 virtual bool IsAclConnected(int32_t transport, const std::string &address) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h104 bool IsAclConnected(int32_t transport, const std::string &address) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h85 bool IsAclConnected(int32_t transport, const std::string &address) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.h997 bool IsAclConnected() const;
H A Dble_service_data.cpp1311 bool BlePeripheralDevice::IsAclConnected() const in IsAclConnected() function in OHOS::bluetooth::BlePeripheralDevice
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp636 EXPECT_FALSE(device_.IsAclConnected()); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1474 bool BluetoothHostServer::IsAclConnected(int32_t transport, const std::string &address) in IsAclConnected() function in OHOS::Bluetooth::BluetoothHostServer
1481 return classicService->IsAclConnected(addr); in IsAclConnected()
1483 return bleService->IsAclConnected(addr); in IsAclConnected()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1136 bool BluetoothHostProxy::IsAclConnected(int32_t transport, const std::string &address) in IsAclConnected() function in OHOS::Bluetooth::BluetoothHostProxy
1140 HILOGE("BluetoothHostProxy::IsAclConnected WriteInterfaceToken error"); in IsAclConnected()
1144 HILOGE("BluetoothHostProxy::IsAclConnected transport error"); in IsAclConnected()
1148 HILOGE("BluetoothHostProxy::IsAclConnected address error"); in IsAclConnected()
1155 HILOGE("BluetoothHostProxy::IsAclConnected done fail, error: %{public}d", error); in IsAclConnected()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp1007 HILOGE("BluetoothHostStub::IsAclConnected transport failed"); in IsAclConnectedInner()
1012 HILOGE("BluetoothHostStub::IsAclConnected address failed"); in IsAclConnectedInner()
1015 bool result = IsAclConnected(transport, address); in IsAclConnectedInner()

Completed in 29 milliseconds