Home
last modified time | relevance | path

Searched defs:GetRemoteDeviceProperties (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetooth.aidl53 boolean GetRemoteDeviceProperties(String device_address); in GetRemoteDeviceProperties() method
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc158 Status BluetoothBinderServer::GetRemoteDeviceProperties( in GetRemoteDeviceProperties() function in ipc::binder::BluetoothBinderServer
/aosp12/system/bt/gd/rust/topshim/btif/
H A Dbtif_shim.cc255 int BluetoothIntf::GetRemoteDeviceProperties(const RustRawAddress& address) const { in GetRemoteDeviceProperties() function in bluetooth::topshim::rust::BluetoothIntf
/aosp12/system/bt/service/
H A Dadapter.cc447 bool GetRemoteDeviceProperties(const std::string& device_address) override { in GetRemoteDeviceProperties() function in bluetooth::AdapterImpl
/aosp12/system/bt/gd/rust/topshim/src/
H A Dbtif.rs122 fn GetRemoteDeviceProperties(&self, address: &RustRawAddress) -> i32; in GetRemoteDeviceProperties() function