Home
last modified time | relevance | path

Searched refs:GetRemoteDeviceProperties (Results 1 – 9 of 9) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl53 boolean GetRemoteDeviceProperties(String device_address); in GetRemoteDeviceProperties() method
/system/bt/gd/rust/topshim/btif/
Dbtif_shim.h50 int GetRemoteDeviceProperties(const RustRawAddress& address) const;
Dbtif_shim.cc255 int BluetoothIntf::GetRemoteDeviceProperties(const RustRawAddress& address) const { in GetRemoteDeviceProperties() function in bluetooth::topshim::rust::BluetoothIntf
/system/bt/service/test/
Dmock_adapter.h52 MOCK_METHOD1(GetRemoteDeviceProperties,
/system/bt/service/
Dadapter.h178 virtual bool GetRemoteDeviceProperties(const std::string& device_address) = 0;
Dadapter.cc447 bool GetRemoteDeviceProperties(const std::string& device_address) override { in GetRemoteDeviceProperties() function in bluetooth::AdapterImpl
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc158 Status BluetoothBinderServer::GetRemoteDeviceProperties( in GetRemoteDeviceProperties() function in ipc::binder::BluetoothBinderServer
162 adapter_->GetRemoteDeviceProperties(String8(device_address).string()); in GetRemoteDeviceProperties()
Dbluetooth_binder_server.h92 Status GetRemoteDeviceProperties(const ::android::String16& device_address,
/system/bt/gd/rust/topshim/src/
Dbtif.rs122 fn GetRemoteDeviceProperties(&self, address: &RustRawAddress) -> i32; in GetRemoteDeviceProperties() function