Searched refs:GetRemoteDeviceProperties (Results 1 – 9 of 9) sorted by relevance
53 boolean GetRemoteDeviceProperties(String device_address); in GetRemoteDeviceProperties() method
50 int GetRemoteDeviceProperties(const RustRawAddress& address) const;
255 int BluetoothIntf::GetRemoteDeviceProperties(const RustRawAddress& address) const { in GetRemoteDeviceProperties() function in bluetooth::topshim::rust::BluetoothIntf
52 MOCK_METHOD1(GetRemoteDeviceProperties,
178 virtual bool GetRemoteDeviceProperties(const std::string& device_address) = 0;
447 bool GetRemoteDeviceProperties(const std::string& device_address) override { in GetRemoteDeviceProperties() function in bluetooth::AdapterImpl
158 Status BluetoothBinderServer::GetRemoteDeviceProperties( in GetRemoteDeviceProperties() function in ipc::binder::BluetoothBinderServer162 adapter_->GetRemoteDeviceProperties(String8(device_address).string()); in GetRemoteDeviceProperties()
92 Status GetRemoteDeviceProperties(const ::android::String16& device_address,
122 fn GetRemoteDeviceProperties(&self, address: &RustRawAddress) -> i32; in GetRemoteDeviceProperties() function