Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_gatt_client.h53 virtual int ReadRemoteRssiValue(int32_t appId) = 0;
H A Di_bluetooth_host.h117 virtual bool ReadRemoteRssiValue(const std::string &address) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_client.h351 int ReadRemoteRssiValue();
H A Dbluetooth_remote_device.h319 bool ReadRemoteRssiValue();
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_client_server.h53 int ReadRemoteRssiValue(int32_t appId) override;
H A Dbluetooth_host_server.h111 bool ReadRemoteRssiValue(const std::string &address) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_gatt_client_proxy.h50 int ReadRemoteRssiValue(int32_t appId) override;
H A Dbluetooth_host_proxy.h92 bool ReadRemoteRssiValue(const std::string &address) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_ble.h279 virtual bool ReadRemoteRssiValue(const RawAddress &device) const = 0;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp317 bool BluetoothRemoteDevice::ReadRemoteRssiValue() in ReadRemoteRssiValue() function in OHOS::Bluetooth::BluetoothRemoteDevice
323 return hostProxy->ReadRemoteRssiValue(address_); in ReadRemoteRssiValue()
H A Dbluetooth_gatt_client.cpp1085 int GattClient::ReadRemoteRssiValue() in ReadRemoteRssiValue() function in OHOS::Bluetooth::GattClient
1112 result = proxy->ReadRemoteRssiValue(pimpl->applicationId_); in ReadRemoteRssiValue()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h169 bool ReadRemoteRssiValue(const RawAddress &device) const override;
H A Dble_adapter.cpp1463 bool BleAdapter::ReadRemoteRssiValue(const RawAddress &device) const in ReadRemoteRssiValue() function in OHOS::bluetooth::BleAdapter
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_client_proxy.cpp326 int BluetoothGattClientProxy::ReadRemoteRssiValue(int32_t appId) in ReadRemoteRssiValue() function in OHOS::Bluetooth::BluetoothGattClientProxy
H A Dbluetooth_host_proxy.cpp1327 bool BluetoothHostProxy::ReadRemoteRssiValue(const std::string &address) in ReadRemoteRssiValue() function in OHOS::Bluetooth::BluetoothHostProxy
1331 HILOGE("BluetoothHostProxy::ReadRemoteRssiValue WriteInterfaceToken error"); in ReadRemoteRssiValue()
1335 HILOGE("BluetoothHostProxy::ReadRemoteRssiValue address error"); in ReadRemoteRssiValue()
1342 HILOGE("BluetoothHostProxy::ReadRemoteRssiValue done fail, error: %{public}d", error); in ReadRemoteRssiValue()
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp809 EXPECT_FALSE(device_.ReadRemoteRssiValue()); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_client_server.cpp534 int BluetoothGattClientServer::ReadRemoteRssiValue(int32_t appId) in ReadRemoteRssiValue() function in OHOS::Bluetooth::BluetoothGattClientServer
H A Dbluetooth_host_server.cpp1633 bool BluetoothHostServer::ReadRemoteRssiValue(const std::string &address) in ReadRemoteRssiValue() function in OHOS::Bluetooth::BluetoothHostServer
1643 return bleService->ReadRemoteRssiValue(addr); in ReadRemoteRssiValue()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp487 ret = gattClient->ReadRemoteRssiValue(); in GetRssiValue()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp1187 HILOGE("BluetoothHostStub::ReadRemoteRssiValue address failed"); in ReadRemoteRssiValueInner()
1190 bool result = ReadRemoteRssiValue(address); in ReadRemoteRssiValueInner()

Completed in 25 milliseconds