I have initiated a dbus session bus connection.<br>Created a proxy to connect to the remote interface (org.bluez).<br>I then make a method call using dbus_g_proxy_call.<br>I&#39;m running this in a mainloop.<br><br>When I run my code, it seems like the connection and proxy creation are fine, but after a timeout, I get the following error and the method call has not happened.<br>
<br>Please let me know what could the issue be? Do I need to set some config somewhere which is violating the bus policy?<br><br>The error is:<br>Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.<br>